Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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

  • 1 відповідь
  • 0 мають цю проблему
  • 1 перегляд
  • Остання відповідь від 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
Прикріплені знімки екрана

Усі відповіді (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;

}