mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
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:
@@ -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;
|
||||
& > * {
|
||||
|
Reference in New Issue
Block a user