搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Spacing

  • 6 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 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?

所有回复 (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.

由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.