mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-22 17:11:58 +00:00
Refactor CSS for Zen Compact Mode to improve nav-bar margin handling
This commit is contained in:
@@ -59,13 +59,13 @@
|
|||||||
|
|
||||||
:root[zen-single-toolbar='true'] & {
|
:root[zen-single-toolbar='true'] & {
|
||||||
top: var(--zen-element-separation);
|
top: var(--zen-element-separation);
|
||||||
|
|
||||||
&:not([zen-right-side='true']) #nav-bar {
|
|
||||||
margin-left: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:not([zen-right-side='true']) #nav-bar {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
& #urlbar[open] {
|
& #urlbar[open] {
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user