diff options
author | 2018-06-07 16:56:52 +0100 | |
---|---|---|
committer | 2018-06-07 16:56:52 +0100 | |
commit | 31947683f3941d7d4c749df016ba70f0dbde3642 (patch) | |
tree | 38932994bd2c599294098fc81a85364ebd689135 /scss | |
parent | CONTRIBUTING.md has to be in the repo root (diff) |
Move editor sizing SCSS to uses-rst class
Diffstat (limited to 'scss')
-rw-r--r-- | scss/pysite/pages/_rst.scss | 5 | ||||
-rw-r--r-- | scss/pysite/pages/wiki/_common.scss | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scss/pysite/pages/_rst.scss b/scss/pysite/pages/_rst.scss index 8274eb5f..9d9b241d 100644 --- a/scss/pysite/pages/_rst.scss +++ b/scss/pysite/pages/_rst.scss @@ -15,5 +15,10 @@ $page_classes: ( .document img { margin-bottom: 20px; } + + #editor { + min-height: 50vh; + resize: vertical; + } } } diff --git a/scss/pysite/pages/wiki/_common.scss b/scss/pysite/pages/wiki/_common.scss index c5ab3a2f..ac062b59 100644 --- a/scss/pysite/pages/wiki/_common.scss +++ b/scss/pysite/pages/wiki/_common.scss @@ -49,11 +49,6 @@ $page_classes: ( } } - #editor { - min-height: 50vh; - resize: vertical; - } - .sidebar-search-input { border-left: 0; border-right: 0; |