summaryrefslogtreecommitdiff
path: root/.mozilla/firefox/xxxxxxxx.fly/chrome
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-07-14 02:00:09 -0700
committerxyz <gky44px1999@gmail.com>2021-07-14 02:00:09 -0700
commit27c39017835e547343fe3099b6715003cc21472c (patch)
treeae43d75b5715c6074a9c2bcc9f95bb493db54f10 /.mozilla/firefox/xxxxxxxx.fly/chrome
parentc5842801e452067a738a9163415130cfdfc6a5e9 (diff)
decrease sidebar width
Diffstat (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome')
-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;
+}