From e0c021b4ac5db19cd4cf1f6297d03808031184f5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Apr 2020 16:54:44 -0700 Subject: Add my firefox userChrome --- firefox/userChrome.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 firefox/userChrome.css diff --git a/firefox/userChrome.css b/firefox/userChrome.css new file mode 100644 index 0000000..6a3207a --- /dev/null +++ b/firefox/userChrome.css @@ -0,0 +1,16 @@ +#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox { + min-height: 0 !important; +} + +#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"], +#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] + toolbarbutton { + visibility: collapse; +} + +#tabbrowser-tabs .tabs-newtab-button { + visibility: collapse !important; +} + +#tabbrowser-tabs tab { + min-height: var(--tab-min-height); +} -- cgit v1.2.3-54-g00ecf