Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How to "Permanently" save custom font changes in my computer

  • 5 ответов
  • 0 имеют эту проблему
  • 33 просмотра
  • Последний ответ от Hammad Rauf

дополнительные действия

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer. After recent automatic update, the Inbox list font or sizes were changed. I have managed to isolate the style and edited it to my liking. But I do not know how to save it or make it permanent on my computer. My Changes are as follows( Copied from Developer Toolbar):


Screen shot of changes is attached below:

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer. After recent automatic update, the Inbox list font or sizes were changed. I have managed to isolate the style and edited it to my liking. But I do not know how to save it or make it permanent on my computer. My Changes are as follows( Copied from Developer Toolbar): -------- Screen shot of changes is attached below:
Приложенные скриншоты

Изменено Hammad Rauf

Выбранное решение

Have you created a userChrome.css file? That is the usual way to make permanent changes to the interface. For the card height (density) and font size, one option for the css is:

/* message list card height & font */
.thread-card-container{
     height: 60px !important;
     font-size: 18px !important;
}

Additional card css and instructions:

https://support.mozilla.org/en-US/questions/1447610

Прочитайте этот ответ в контексте 👍 1

Все ответы (5)

дополнительные действия

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer.

дополнительные действия

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer.

Изменено Hammad Rauf

дополнительные действия

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer.

Изменено Hammad Rauf

дополнительные действия

Выбранное решение

Have you created a userChrome.css file? That is the usual way to make permanent changes to the interface. For the card height (density) and font size, one option for the css is:

/* message list card height & font */
.thread-card-container{
     height: 60px !important;
     font-size: 18px !important;
}

Additional card css and instructions:

https://support.mozilla.org/en-US/questions/1447610

дополнительные действия

Thank you @sfhowes. I was able to fix it to my liking following the video from your link plus enabling legacy support as follows:

Click ≡ > Settings > General Scroll down to the bottom and click Config Editor… Enter "toolkit.legacyUserProfileCustomizations.stylesheets" and, its value should be set to "True"