Kaynağa Gözat

delete unuse and add not-site-url

zahmis 5 yıl önce
ebeveyn
işleme
a72bfb3a61

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

@@ -17,6 +17,7 @@
 
 
 @mixin expand-editor($editor-margin-top) {
 @mixin expand-editor($editor-margin-top) {
   $header-plus-footer: $editor-margin-top + $grw-editor-navbar-bottom-height;
   $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 //
   $editor-margin: $header-plus-footer //
     + 25px //   add .btn-open-dropzone height
     + 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 {
 body.on-edit {
   overflow-y: hidden !important;
   overflow-y: hidden !important;
 
 
-  .tab-content {
-    height: 1155px;
-  }
-
-  .tab-pane {
-  }
-
   .container {
   .container {
     max-width: 100%;
     max-width: 100%;
   }
   }