Skip to content

Instantly share code, notes, and snippets.

@floxyz
Last active May 1, 2020 19:27
Show Gist options
  • Save floxyz/6240890 to your computer and use it in GitHub Desktop.
Save floxyz/6240890 to your computer and use it in GitHub Desktop.
userChrome.css file for Thunderbird (into <Profile>/chrome/ folder) to increase Inbox size + font!
/* Better Inbox and Folder Tree
* Folder Pane is on the left side and Thread Pane the Inbox.
*/
#threadTree > treechildren {
font-size: 16px;
}
#threadTree > treechildren::-moz-tree-row {
height: 35px !important;
}
#folderTree > treechildren::-moz-tree-row {
height: 22px !important;
font-size: 14px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment