Last active
March 14, 2025 12:15
-
-
Save wjdp/5568f9776677f31681980e17dc0c6b24 to your computer and use it in GitHub Desktop.
Firefox userChrome for vertical tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
I use Firefoxes new vertical tabs with a tiling window manager. | |
The close window button isn't needed | |
The tab close buttons are too easy to hit when in collapsed sidebar mode, I'll just use middle mouse or ctrl+w instead | |
*/ | |
.titlebar-buttonbox-container { display:none } | |
#vertical-tabs .tab-close-button.close-icon { display:none !important } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment