Skip to content

Instantly share code, notes, and snippets.

@TylerJWhit
Created August 7, 2015 23:24
Show Gist options
  • Save TylerJWhit/f34bb0a89c6f7073ade5 to your computer and use it in GitHub Desktop.
Save TylerJWhit/f34bb0a89c6f7073ade5 to your computer and use it in GitHub Desktop.
userChrome.css for thread view expansion
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* set default namespace to XUL */
#threadTree treechildren:-moz-tree-row {
height:35px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment