fix: Window controls not expanding on split views and element separation on 0 also not expanding them, b=(closes #7694), c=tabs

This commit is contained in:
mr. m
2025-04-17 21:12:06 +02:00
parent ee28417a4c
commit 46bbbccdc9

View File

@@ -1,4 +1,5 @@
height: var(--zen-toolbar-height);
z-index: 1;
@media -moz-pref('zen.view.hide-window-controls') {
& {
@@ -15,7 +16,7 @@ height: var(--zen-toolbar-height);
&:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within):not(:has(*:is([panelopen='true'], [open='true']))) {
transition-delay: 0.2s;
height: var(--zen-element-separation);
height: calc(var(--zen-element-separation) + 0.5px);
overflow: hidden;
opacity: 0;
& > * {