Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Spacing

  • 6 balasan
  • 2 ada masalah ini
  • 13 paparan
  • Balasan terakhir oleh jeremy28

more options

The spacing between messages and the spacing between aspects of the inboxes has increased in the latest version so that all my inboxes are no longer displayed on one screen (I cannot immediately notice new messages) and I have fewer messages in the message window.

Is there any way to reduce spacing between lines?

The spacing between messages and the spacing between aspects of the inboxes has increased in the latest version so that all my inboxes are no longer displayed on one screen (I cannot immediately notice new messages) and I have fewer messages in the message window. Is there any way to reduce spacing between lines?

All Replies (6)

more options

This can be done with a userChrome.css file:

#threadTree treechildren::-moz-tree-row {

height: 12pt !important;
   min-height: 12pt !important;

#folderTree treechildren::-moz-tree-row {

height: 12pt !important;
   min-height: 12pt !important;

}

Help/Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Options/General/Config. editor, restart TB.

Diubah oleh sfhowes

more options

This query refers to Thunderbird and Firefox

more options

The chrome folder for TB (or Firefox) has nothing to do with the Chrome browser.

http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes

more options

Apologies, I understand the advice now. However I am using Thunderbird 78.4 (when these changes appeared). I cannot find the toolkit.legacyUserProfileCustomizations.stylesheets in the new Options/General/Config. editor

more options

The pref. exists in profiles created by newer versions of TB, but if your profile was originally created by an older version, it may not be there. Right-click a blank area in Config. editor, New, Boolean, and name the pref. toolkit.legacyUserProfileCustomizations.stylesheets and give it the value true.

more options

Thank you for the reply, but I was hoping for a Mozilla solution, not having to relearn skills I dismissed along with windows 3.1.