為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Font size of Thunderbird thread window

  • 2 回覆
  • 0 有這個問題
  • 1 次檢視
  • 最近回覆由 Milkshake

more options

Hi,

I am a Mac user on Ventura 13.6.

I upgraded to Thunderbird 115.3.3 and all of a sudden I cannot comfortably use it anymore. The font size of the window that shows the messages in your inbox (I believe that is called the thread window) is so small it is hard to read for me. I scanned this forum and applied all the suggested tips, none of them work. And no I will not adjust my monitor resolution to 1920x1080 just for Thunderbird, all other applications are fine and readable.

What did I try: 1. Settings/Fonts&Colours. This had no effect on any window that I could see.

2. Config editor Changed parameter for layout.css.devPixelsPerPx (set it to 1.2) This seemed to work, everything became readable. Unfortunately the side effect is that the font in Thunderbird alert pop-ups is also increased which makes the action buttons fall outside of the pop-up window. (E.g. you close a draft message window, a pop-up appears, but you cannot select any of the options, see below). This makes this way of increasing font-size completely unusable.

3. CSS In the config editor I set toolkit.legacyUserProfileCustomizations.stylesheets to 'true' I then quit Thunderbird and edited userChrome.css in the chrome folder (in the profile folder) and added the following: /* Threads Pane font and background*/

#threadTree > treechildren {
 font-size: 24pt !important;

}

/* Folder Pane font and background*/

#folderTree > treechildren {
 font-size: 24pt !important;

}

I tried different sizes, none had any effect on Thunderbird font sizes when I restarted it. Then I added /*

* Make all the default font sizes 20 pt:
*/
*
{
font-size: 20pt !important
 }

This had the effect on Thunderbird that the fonts of the top and bottom bar increased. However not the thread window. However it showed that the CSS is loaded and has effect.

So I now ran out of solutions to increase the font of the threads window and am looking for help.

Thanks Erik

Hi, I am a Mac user on Ventura 13.6. I upgraded to Thunderbird 115.3.3 and all of a sudden I cannot comfortably use it anymore. The font size of the window that shows the messages in your inbox (I believe that is called the thread window) is so small it is hard to read for me. I scanned this forum and applied all the suggested tips, none of them work. And no I will not adjust my monitor resolution to 1920x1080 just for Thunderbird, all other applications are fine and readable. What did I try: 1. '''Settings/Fonts&Colours.''' This had no effect on any window that I could see. 2. '''Config editor ''' Changed parameter for ''layout.css.devPixelsPerPx'' (set it to 1.2) This seemed to work, everything became readable. Unfortunately the side effect is that the font in Thunderbird alert pop-ups is also increased which makes the action buttons fall outside of the pop-up window. (E.g. you close a draft message window, a pop-up appears, but you cannot select any of the options, see below). This makes this way of increasing font-size completely unusable. 3. '''CSS ''' In the config editor I set toolkit.legacyUserProfileCustomizations.stylesheets to 'true' I then quit Thunderbird and edited userChrome.css in the chrome folder (in the profile folder) and added the following: /* Threads Pane font and background*/ #threadTree > treechildren { font-size: 24pt !important; } /* Folder Pane font and background*/ #folderTree > treechildren { font-size: 24pt !important; } I tried different sizes, none had any effect on Thunderbird font sizes when I restarted it. Then I added /* * Make all the default font sizes 20 pt: */ * { font-size: 20pt !important } This had the effect on Thunderbird that the fonts of the top and bottom bar increased. However not the thread window. However it showed that the CSS is loaded and has effect. So I now ran out of solutions to increase the font of the threads window and am looking for help. Thanks Erik
附加的畫面擷圖

由 Milkshake 於 修改

被選擇的解決方法

The first thing to try is the Font Size and Density controls on the 3-bar AppMenu. To make more detailed adjustments, see https://support.mozilla.org/en-US/questions/1427253

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

The first thing to try is the Font Size and Density controls on the 3-bar AppMenu. To make more detailed adjustments, see https://support.mozilla.org/en-US/questions/1427253

more options

Thanks @sfhowes! The 3-bar tip solved my problem. Much obliged.