summaryrefslogtreecommitdiff
path: root/.mozilla
diff options
context:
space:
mode:
Diffstat (limited to '.mozilla')
-rw-r--r--.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
index 2f20695d..ee8a868f 100644
--- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
+++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
@@ -1,3 +1,7 @@
#titlebar {
visibility: collapse !important;
}
+
+#sidebar {
+ min-width: 0px !important;
+}