Browse Source

adjust $editor-margin

utsushiiro 7 years ago
parent
commit
74649808b7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/client/styles/scss/_mixins.scss

+ 3 - 1
src/client/styles/scss/_mixins.scss

@@ -16,7 +16,9 @@
 
 @mixin expand-editor($header-plus-footer) {
   $header-plus-footer: $header-plus-footer + 2px;   // add .main padding-top
-  $editor-margin: $header-plus-footer + 26px;       // add .btn-open-dropzone height
+  $editor-margin: $header-plus-footer
+                  + 25px        // add .btn-open-dropzone height
+                  + 30px;       // add .navbar-editor height
 
   .main {
     width: 100%;