#threadpane — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #threadpane, aggregated by home.social.
-
If you've gotten bitten by the @thunderbird 114/115 "Supernova" update, and suddenly your screen fits half as many folders and emails:
1. create, in your #thunderbird profile dir, a "chrome" subdirectory with a userChrome.css, e.g.,
~/.thunderbird/*.default/chrome/userChrome.css,
2. put in
#toolbar-menubar {
order: -1 !important;
}
#folderTree {
--list-item-buttons-size: 12px;
--list-item-min-height: 12px;
}
#threadPane tr.collapsed{
height: 1em !important;
}3. restart thunderbird