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

Tìm hiểu thêm

Thunderbird 102.3 uses too much whitespace, can this be reduced?

  • 1 trả lời
  • 0 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi Paul C

more options

Hello,

I restarted Thunderbird today and now have 102.3 (instead of 91?) on Debian.

I notice there is a lot of whitespace between all my Inbox folders, I can see about 15 folders less on my screen than before this upgrade (snippet attached). Is there a way to reduce or remove this (pointless) whitespace please?

I tried reducing the font, but the gaps between the foldernames in the left pane remains.

Thanks, Paul

Hello, I restarted Thunderbird today and now have 102.3 (instead of 91?) on Debian. I notice there is a lot of whitespace between all my Inbox folders, I can see about 15 folders less on my screen than before this upgrade (snippet attached). Is there a way to reduce or remove this (pointless) whitespace please? I tried reducing the font, but the gaps between the foldernames in the left pane remains. Thanks, Paul
Đính kèm ảnh chụp màn hình

Tất cả các câu trả lời (1)

more options

I put this in userChrome, and it works when *increasing* sizes, but it never reduces the spacing between the lines.

  1. folderTree > treechildren::-moz-tree-cell-text {
   font-size: 10pt !important;
   font-style: normal !important;
   padding-top: 0px !important;
   padding-right: 0px !important;
   padding-bottom: 0px !important;
   padding-left: 0px !important;
   padding: 0px 0px 0px 0px !important;
   margin-top: 0px !important;
   margin-bottom: 0px !important;
   margin-right: 0px !important;
   margin-left: 0px !important;
   margin: 0px 0px 0px 0px !important;
   line-height: 60% !important;
   height: 6px !important;
   font-style: normal !important;

}