diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-21 23:12:25 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-21 23:12:25 -0700 |
commit | 4f0d99e04c15e999afbe73af3b685a9704927918 (patch) | |
tree | 6bdf6ad7545ff546e17013cb3c47e1a659d1d37d /configs/configs_root_dir/home/xyz/.mozilla | |
parent | f7b6653c92b6e20760b79eea49fe21194a7f3e4b (diff) |
add new archive files
Diffstat (limited to 'configs/configs_root_dir/home/xyz/.mozilla')
-rw-r--r-- | configs/configs_root_dir/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/configs_root_dir/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/configs/configs_root_dir/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css new file mode 100644 index 0000000..ee8a868 --- /dev/null +++ b/configs/configs_root_dir/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -0,0 +1,7 @@ +#titlebar { + visibility: collapse !important; +} + +#sidebar { + min-width: 0px !important; +} |