aboutsummaryrefslogtreecommitdiffstats
path: root/firefox
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-26 16:54:44 -0700
committerGravatar Tom Willemse2020-04-26 16:54:44 -0700
commite0c021b4ac5db19cd4cf1f6297d03808031184f5 (patch)
tree34fd34dc8a44c4a2e71d040f96f1eb6201ccec3b /firefox
parent4b637506d971a4c1c05bd3e85ceee0ad923fc72e (diff)
downloadnew-dotfiles-e0c021b4ac5db19cd4cf1f6297d03808031184f5.tar.gz
new-dotfiles-e0c021b4ac5db19cd4cf1f6297d03808031184f5.zip
Add my firefox userChrome
Diffstat (limited to 'firefox')
-rw-r--r--firefox/userChrome.css16
1 files changed, 16 insertions, 0 deletions
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);
+}