chore: Restore previous app panel button UI, p=#10830, c=tabs

This commit is contained in:
mr. m
2025-10-16 01:50:52 +02:00
committed by GitHub
parent 178e6d9394
commit 70b05bf7fb

View File

@@ -29,17 +29,17 @@
/* ==========================================================================
Single Toolbar Mode Specific Styles (`zen-single-toolbar='true'`)
========================================================================== */
@media (-moz-platform: macos) and (not -moz-pref('zen.view.mac.show-three-dot-menu')) {
&:not([customizing]) #PanelUI-button:not([open]):not([panelopen]) {
position: absolute;
opacity: 0;
pointer-events: none;
}
}
:root[zen-single-toolbar='true'] {
--zen-toolbar-height: 32px;
@media (-moz-platform: macos) and (not -moz-pref('zen.view.mac.show-three-dot-menu')) {
&:not([customizing]) #PanelUI-button:not([open]):not([panelopen]) {
position: absolute;
opacity: 0;
pointer-events: none;
}
}
& #zen-appcontent-navbar-wrapper,
& #zen-sidebar-top-buttons {
height: var(--zen-toolbar-height);