mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-18 09:28:23 +00:00
fix: Fixed compact mode height, b=(no-bug), c=compact-mode
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
height: calc(100% - var(--zen-element-separation));
|
||||
}
|
||||
:root:not([zen-single-toolbar='true']) & {
|
||||
height: calc(100% + var(--zen-element-separation) * 2);
|
||||
height: calc(100% - var(--zen-toolbar-height));
|
||||
top: calc(var(--zen-element-separation) / -2);
|
||||
}
|
||||
& #zen-sidebar-top-buttons {
|
||||
|
||||
Reference in New Issue
Block a user