Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Spacing

  • 6 trả lời
  • 2 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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.

Được chỉnh sửa bởi sfhowes vào

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.