Last active
June 17, 2023 17:42
-
-
Save Fiaxhs/ec532051b9a3ab4456390d7040f24685 to your computer and use it in GitHub Desktop.
Remove empty space before tabs in Firefox compact theme
This file contains 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
/* | |
* Do not remove the @namespace line -- it's required for correct functioning | |
* Put this file under ~/Library/Application Support/Firefox/Profiles/[you]/chrome/ | |
*/ | |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ | |
/* | |
* FF < 57 | |
*/ | |
#TabsToolbar { | |
padding-left: 0 !important; | |
} | |
/* | |
* FF >= 57 | |
*/ | |
#TabsToolbar .titlebar-placeholder:first-child{ | |
width: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Firefox 113
userChrome.css