From 2b735d2853ca8000758192e3c4e5a5a1fe95cc01 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 19 Dec 2018 08:16:40 +0200 Subject: [PATCH] Use correct menubar height --- chrome/hide_tabs_with_one_tab.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/hide_tabs_with_one_tab.css b/chrome/hide_tabs_with_one_tab.css index f322c86..f6edcf8 100644 --- a/chrome/hide_tabs_with_one_tab.css +++ b/chrome/hide_tabs_with_one_tab.css @@ -32,8 +32,8 @@ :root[sizemode="maximized"] > #navigator-toolbox{ padding-top:7px !important; } /* Fix window controls not being clickable */ #toolbar-menubar:hover{ - min-height: initial !important; - height: initial !important; + min-height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important; + height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important; -moz-appearance: initial !important; } #nav-bar{ padding: 0 var(--window-drag-space-width,0px) } \ No newline at end of file