From 3f6bd6c7bc7f716acca0c2450b6e32a457d5a15c Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 21 Jul 2023 23:44:15 +0800 Subject: [PATCH] Fixed #787 --- src/other/firefox/common/hide-single-tab.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/common/hide-single-tab.css b/src/other/firefox/common/hide-single-tab.css index 49c1910..eaad1a5 100644 --- a/src/other/firefox/common/hide-single-tab.css +++ b/src/other/firefox/common/hide-single-tab.css @@ -1,5 +1,9 @@ @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +#tabbrowser-tabs { + --tab-min-height: 0 !important; +} + #tabbrowser-tabs tab:only-of-type, #TabsToolbar #alltabs-button { display: none !important; @@ -8,5 +12,3 @@ .tab-background, .tab-stack { min-height: 0 !important; } - -/* TODO: Hidde tabbar bottom border */