From 27c39017835e547343fe3099b6715003cc21472c Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 14 Jul 2021 02:00:09 -0700 Subject: decrease sidebar width --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) 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; +} -- cgit v1.2.3-70-g09d2