From 7bed37b89ea033e9dc19bb533ba794a97de7ab85 Mon Sep 17 00:00:00 2001 From: charlie Date: Thu, 24 Nov 2022 17:50:35 +0800 Subject: [PATCH] improve(ui): WIP polish block padding on mobile --- src/main/frontend/components/theme.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/frontend/components/theme.css b/src/main/frontend/components/theme.css index 90e4bfb9b7..4f398f2641 100644 --- a/src/main/frontend/components/theme.css +++ b/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%; + } } } \ No newline at end of file