aboutsummaryrefslogtreecommitdiffstats
path: root/firefox
diff options
context:
space:
mode:
Diffstat (limited to 'firefox')
-rw-r--r--firefox/.gitignore1
-rw-r--r--firefox/src/userChrome.css (renamed from firefox/userChrome.css)2
2 files changed, 2 insertions, 1 deletions
diff --git a/firefox/.gitignore b/firefox/.gitignore
new file mode 100644
index 0000000..d029b17
--- /dev/null
+++ b/firefox/.gitignore
@@ -0,0 +1 @@
+.mozilla/
diff --git a/firefox/userChrome.css b/firefox/src/userChrome.css
index ba87743..93e7d9a 100644
--- a/firefox/userChrome.css
+++ b/firefox/src/userChrome.css
@@ -1,4 +1,4 @@
-#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
+#tabbrowser-tabs, #tabbrowser-arrowscrollbox {
min-height: 0 !important;
}