mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-24 21:56:10 +00:00
fix: Fixed caption buttons showing native panel when hidden, b=closes #10973, c=compact-mode, tabs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user