-
-
Save briatte/b5e766b31eeba3eaa577348c9ad9875b to your computer and use it in GitHub Desktop.
kill drag space
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
/* | |
Create a userChrome.css file by finding your Firefox profile, | |
making a directory called chrome and in it, a file called userChrome.css inside that. | |
Pasting this CSS and restarting Firefox will kill the left drag strip | |
*/ | |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
.titlebar-placeholder[type="pre-tabs"] { | |
width: 2px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment