Skip to content

Instantly share code, notes, and snippets.

@sirn
Created August 8, 2017 05:02
Show Gist options
  • Save sirn/80dfa244d6e983a9bf1b680b5176497c to your computer and use it in GitHub Desktop.
Save sirn/80dfa244d6e983a9bf1b680b5176497c to your computer and use it in GitHub Desktop.
Firefox Compact Theme Fix
  1. Navigate to Firefox profile directory (e.g. ~/Library/Application Support/Firefox/Profiles/ced012a1.default)
  2. Copy the content of css file in this gist to chrome/userChrome.css (create if not exists).
  3. Restart Firefox.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#main-window[tabsintitlebar] #TabsToolbar {
padding-left: 0 !important;
padding-right: 0 !important;
margin-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment