From f4d64b94977d96994a5e63fdee1598e7180bc463 Mon Sep 17 00:00:00 2001 From: Gerome Matilla Date: Tue, 11 Aug 2020 15:10:03 +0800 Subject: [PATCH] disable solobar hide --- userChrome.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 313c385..2000981 100644 --- a/userChrome.css +++ b/userChrome.css @@ -400,15 +400,19 @@ The tabs container } /* Hide solo tab */ +/* #tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:only-of-type { visibility: collapse; } +*/ /* Hide New Tab Button immediately next to solo tab */ +/* #tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:only-of-type + toolbarbutton { visibility: collapse; } - +*/ + /* Stretch Tabs */ .tabbrowser-tab[fadein]:not([pinned]) { max-width: none !important;