diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-20 20:45:18 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-20 20:45:18 -0700 |
commit | 789e900d18cf632691b75820c8a30a1fe7049442 (patch) | |
tree | 8d78718ad434901988f753ebe466eae863e40f59 /home/xyz/.mozilla | |
parent | 2a9994a4a80e40e8f7f25bfd6246c5cc2301e026 (diff) |
userChrome.css hide alltabs-button
Diffstat (limited to 'home/xyz/.mozilla')
-rw-r--r-- | home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index 55bf9484..526f3078 100644 --- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -6,8 +6,8 @@ I choose to use vw because after resize to a smaller window, the navigation bar I choose a lower vw to give more room to tabs. */ #navigator-toolbox { --uc-navigationbar-width: 30vw !important; } -/* hide history back and forward-button */ -#back-button, #forward-button { display: none !important; } +/* hide history back, forward-button, and ^ alltabs-button */ +#back-button, #forward-button, #alltabs-button { display: none !important; } /* hide minimize, restore, and close button when in full screen mode */ #minimize-button, #restore-button, #close-button { display: none !important; } |