Skip to content

Instantly share code, notes, and snippets.

@simonbaird
Created August 8, 2012 07:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save simonbaird/3292963 to your computer and use it in GitHub Desktop.
Save simonbaird/3292963 to your computer and use it in GitHub Desktop.
Make pinned tabs in Firefox a bit wider
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tabbrowser-tab[pinned] {
width: 72px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment