Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created November 22, 2018 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamtur01/516ea541cd4546ee3e17bfd7777ac365 to your computer and use it in GitHub Desktop.
Save jamtur01/516ea541cd4546ee3e17bfd7777ac365 to your computer and use it in GitHub Desktop.
userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
* {
font-size: 12pt !important;
}
#threadTree treechildren:-moz-tree-row
{
height: 30px !important;
}
#folderTree treechildren:-moz-tree-row
{
height: 20px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment