Yuki Takei 5 лет назад
Родитель
Сommit
4edf585588
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/client/styles/scss/_on-edit.scss

+ 2 - 2
src/client/styles/scss/_on-edit.scss

@@ -22,10 +22,10 @@ body.on-edit {
 
   // restrict height of subnav
   .grw-subnav {
-    max-height: 95px;
+    max-height: $grw-subnav-max-height-on-edit;
 
     @include media-breakpoint-up(md) {
-      max-height: 115px;
+      max-height: $grw-subnav-max-height-md-on-edit;
     }
   }