Thunderbird 102.3 uses too much whitespace, can this be reduced?
Hello,
I restarted Thunderbird today and now have 102.3 (instead of 91?) on Debian.
I notice there is a lot of whitespace between all my Inbox folders, I can see about 15 folders less on my screen than before this upgrade (snippet attached). Is there a way to reduce or remove this (pointless) whitespace please?
I tried reducing the font, but the gaps between the foldernames in the left pane remains.
Thanks, Paul
Hello,
I restarted Thunderbird today and now have 102.3 (instead of 91?) on Debian.
I notice there is a lot of whitespace between all my Inbox folders, I can see about 15 folders less on my screen than before this upgrade (snippet attached). Is there a way to reduce or remove this (pointless) whitespace please?
I tried reducing the font, but the gaps between the foldernames in the left pane remains.
Thanks,
Paul
All Replies (1)
I put this in userChrome, and it works when *increasing* sizes, but it never reduces the spacing between the lines.
- folderTree > treechildren::-moz-tree-cell-text {
font-size: 10pt !important; font-style: normal !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding: 0px 0px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; margin-left: 0px !important; margin: 0px 0px 0px 0px !important; line-height: 60% !important; height: 6px !important; font-style: normal !important;
}