From 064ba62bafcfaff7c6409eb9064c4611adb7956b Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 12 Oct 2019 23:52:39 +0300 Subject: [PATCH] Don't set menubar height to prevent windows controls being unclickable --- chrome/hide_tabs_with_one_tab.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chrome/hide_tabs_with_one_tab.css b/chrome/hide_tabs_with_one_tab.css index ad84154..0a3e446 100644 --- a/chrome/hide_tabs_with_one_tab.css +++ b/chrome/hide_tabs_with_one_tab.css @@ -39,10 +39,8 @@ :root[sizemode="maximized"] > #navigator-toolbox{ padding-top:7px !important; } /* Fix window controls not being clickable */ -#toolbar-menubar:hover{ - 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; +:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{ + transition: height 0ms steps(1) 80ms; } #nav-bar::before, #nav-bar::after{