Browse Source

improve(ui): WIP polish block padding on mobile

charlie 3 years ago
parent
commit
7bed37b89e
1 changed files with 8 additions and 4 deletions
  1. 8 4
      src/main/frontend/components/theme.css

+ 8 - 4
src/main/frontend/components/theme.css

@@ -116,16 +116,16 @@ html.is-resizing-buf {
 
 main.ls-fold-button-on-right {
   #main-content-container {
-    padding: 0 15px;
-
-
+    padding-right:12px;
+    padding-left: 12px;
+    
     .page-blocks-inner {
       margin-left: 0 !important;
     }
   }
 
   .cp__sidebar-left-layout {
-    width: 16px;
+    width: 15px;
   }
 
   .ls-block {
@@ -142,5 +142,9 @@ main.ls-fold-button-on-right {
         display: block !important;
       }
     }
+
+    .block-content-wrapper {
+      width: 100%;
+    }
   }
 }