Просмотр исходного кода

delete unuse and add not-site-url

zahmis 5 лет назад
Родитель
Сommit
a72bfb3a61
2 измененных файлов с 1 добавлено и 7 удалено
  1. 1 0
      src/client/styles/scss/_mixins.scss
  2. 0 7
      src/client/styles/scss/_on-edit.scss

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

@@ -17,6 +17,7 @@
 
 @mixin expand-editor($editor-margin-top) {
   $header-plus-footer: $editor-margin-top + $grw-editor-navbar-bottom-height;
+  $header-plus-footer-not-site-url: $editor-margin-top + $grw-editor-navbar-bottom-height + 35px;
 
   $editor-margin: $header-plus-footer //
     + 25px //   add .btn-open-dropzone height

+ 0 - 7
src/client/styles/scss/_on-edit.scss

@@ -11,13 +11,6 @@ body:not(.on-edit) {
 body.on-edit {
   overflow-y: hidden !important;
 
-  .tab-content {
-    height: 1155px;
-  }
-
-  .tab-pane {
-  }
-
   .container {
     max-width: 100%;
   }