Adjust margins in compact mode for improved layout consistency

This commit is contained in:
mr. M
2024-12-18 19:34:47 +01:00
parent 947251534f
commit c5adf540a6
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
#zen-appcontent-wrapper {
margin-left: var(--zen-element-separation) !important;
& #tabbrowser-tabbox {
margin-left: 0 !important;
}
}
#zen-sidebar-top-buttons-customization-target {

View File

@@ -56,7 +56,7 @@
:root[zen-right-side='true'] & {
margin-right: 0;
margin-left: calc(-1 * var(--zen-split-column-gap));
margin-left: var(--zen-element-separation);
}
}