From 70b05bf7fb80c17b5cd2e518615ff39ae4a47a0b Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Thu, 16 Oct 2025 01:50:52 +0200 Subject: [PATCH] chore: Restore previous app panel button UI, p=#10830, c=tabs --- src/zen/tabs/zen-tabs/vertical-tabs.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/zen/tabs/zen-tabs/vertical-tabs.css b/src/zen/tabs/zen-tabs/vertical-tabs.css index ec5943370..0e55016cf 100644 --- a/src/zen/tabs/zen-tabs/vertical-tabs.css +++ b/src/zen/tabs/zen-tabs/vertical-tabs.css @@ -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);