Browse Source

define navbar-height-adjustment

itizawa 6 years ago
parent
commit
b54a662353
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/client/styles/scss/_layout_kibela.scss

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

@@ -1,3 +1,5 @@
+$navbar-height-adjustment: $grw-navbar-height -10px;
+
 body.kibela {
   /* navbar for kibela */
   #page-wrapper {
@@ -124,7 +126,7 @@ body.kibela {
       + 1px //                    .page-editor-footer border-top
       + 60px; //                  .page-editor-footer min-height
 
-    @include expand-editor($header-plus-footer, 10px);
+    @include expand-editor($header-plus-footer, $navbar-height-adjustment);
 
     .kibela-block {
       top: 0px;