From cb38a0921d2c5d493fdecb8d587c9466159060f8 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Thu, 16 Oct 2025 00:22:47 +0200 Subject: [PATCH] feat: Properly align the sidebar buttons on double toolbar, b=no-bug, c=compact-mode --- src/zen/compact-mode/toolbar.inc.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/zen/compact-mode/toolbar.inc.css b/src/zen/compact-mode/toolbar.inc.css index 5c7e1ecce..715b3beb1 100644 --- a/src/zen/compact-mode/toolbar.inc.css +++ b/src/zen/compact-mode/toolbar.inc.css @@ -9,10 +9,8 @@ --zen-toolbox-top-align: var(--zen-element-separation); } - @media -moz-pref('zen.view.compact.hide-tabbar') { - & #titlebar { - margin-top: var(--zen-element-separation) !important; - } + & #titlebar { + margin-top: var(--zen-element-separation) !important; } & #zen-appcontent-wrapper {