Skip to content

Instantly share code, notes, and snippets.

@bfloch
Created January 4, 2018 03:38
Show Gist options
  • Save bfloch/6e6dc5ddba6c8cddea250bdcb6acbc72 to your computer and use it in GitHub Desktop.
Save bfloch/6e6dc5ddba6c8cddea250bdcb6acbc72 to your computer and use it in GitHub Desktop.
Firefox - Do not limit sidebar width - Place this in ~/.mozilla/firefox/XXXXXXX.default/chrome/userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#sidebar { min-width:0px !important; max-width:none !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment