From 0c5a32f779983268fddfa758ad009c940170708a Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Tue, 10 May 2022 21:03:26 +0200 Subject: [PATCH] add firefox userchrome --- firefox/userChrome.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 firefox/userChrome.css diff --git a/firefox/userChrome.css b/firefox/userChrome.css new file mode 100644 index 0000000..c74113d --- /dev/null +++ b/firefox/userChrome.css @@ -0,0 +1,7 @@ +#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { + opacity: 0; + pointer-events: none; +} +#main-window:not([tabsintitlebar="true"]) #TabsToolbar { + visibility: collapse !important; +} \ No newline at end of file