mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-20 16:51:54 +00:00
Adjust margins in compact mode for improved layout consistency
This commit is contained in:
@@ -17,6 +17,10 @@
|
|||||||
|
|
||||||
#zen-appcontent-wrapper {
|
#zen-appcontent-wrapper {
|
||||||
margin-left: var(--zen-element-separation) !important;
|
margin-left: var(--zen-element-separation) !important;
|
||||||
|
|
||||||
|
& #tabbrowser-tabbox {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#zen-sidebar-top-buttons-customization-target {
|
#zen-sidebar-top-buttons-customization-target {
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
:root[zen-right-side='true'] & {
|
:root[zen-right-side='true'] & {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: calc(-1 * var(--zen-split-column-gap));
|
margin-left: var(--zen-element-separation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user