diff --git a/src/zen/common/styles/zen-sidebar.css b/src/zen/common/styles/zen-sidebar.css index 63f66cc75..3f75c5b67 100644 --- a/src/zen/common/styles/zen-sidebar.css +++ b/src/zen/common/styles/zen-sidebar.css @@ -15,7 +15,7 @@ border-radius: var(--zen-native-inner-radius); box-shadow: var(--zen-big-shadow); overflow: hidden; - + :root:not([zen-right-side='true']) &[positionend='true'] { margin-right: var(--zen-element-separation); } @@ -29,7 +29,7 @@ & #sidebar-box { order: 7 !important; } - + & #sidebar-splitter { order: 6 !important; }