From c8356b2e2b9411066a67060b37d47002e0e2790d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 13 Jun 2020 21:20:33 +0300 Subject: [PATCH] Set TabsToolbar min height to 0px to make compatible with osx --- chrome/hide_tabs_with_one_tab.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/hide_tabs_with_one_tab.css b/chrome/hide_tabs_with_one_tab.css index c0a88bc..079aad1 100644 --- a/chrome/hide_tabs_with_one_tab.css +++ b/chrome/hide_tabs_with_one_tab.css @@ -7,6 +7,7 @@ See the above repository for updates as well as full license text. */ :root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px } #titlebar{ -moz-appearance: none !important; } +#TabsToolbar{ min-height: 0px !important } #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox{ min-height: 0 !important; }