You are not logged in.

#1 2019-02-22 07:34

bin
Member
From: U.K.
Registered: 2016-01-28
Posts: 1,295

Thunderbird inbox message line spacing

One of the side effects of using screen scaling or font scaling can be that in T/Bird your email subject lines in your inbox can get a bit close together, resulting in descenders getting clipped (g,p,q etc.)

This can be remedied as follows

Open your T/bird default folder .xxxxxxxx.deafult
Create a new folder 'chrome'
In that folder open a new text file and paste in

 /* Row Height*/
treechildren::-moz-tree-row {

   margin-top: 1px !important;
   margin-bottom: 1px !important;

}

Save as userChrome.css

Start T/bird - vary the values to taste.

If your version of Tbird already has this file then you can just append the above and it should work YMMV

Offline

Board footer

Powered by FluxBB