fix: Fixed caption buttons showing native panel when hidden, b=closes #10973, c=compact-mode, tabs

This commit is contained in:
mr. m
2025-10-25 01:54:35 +02:00
parent 5500ee9250
commit 83cda121c3
2 changed files with 5 additions and 5 deletions

View File

@@ -11,4 +11,9 @@
* web content */
transition: max-height 0s;
transition-delay: calc(var(--zen-hidden-toolbar-transition-duration) + 0.2s);
& .titlebar-button {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}

View File

@@ -30,11 +30,6 @@ z-index: 1;
}
%include ../../compact-mode/windows-captions-fix-default.inc.css
& .titlebar-button {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
@media -moz-pref('zen.view.experimental-no-window-controls') {