当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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.