Skip to content

Instantly share code, notes, and snippets.

@briatte
Forked from johngruen/userChrome.css
Created November 18, 2017 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save briatte/b5e766b31eeba3eaa577348c9ad9875b to your computer and use it in GitHub Desktop.
Save briatte/b5e766b31eeba3eaa577348c9ad9875b to your computer and use it in GitHub Desktop.
kill drag space
/*
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