Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Thread Pane and Folder Pane messages are in too small font.

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 sacjac

more options

For Thunderbird 91.10, running on Windows 10: How do I increase the font size for the message list in the Thread Pane, and the folder list in the Folder Pane?

Thanks so much ...

Steve

For Thunderbird 91.10, running on Windows 10: How do I increase the font size for the message list in the Thread Pane, and the folder list in the Folder Pane? Thanks so much ... Steve

所有回复 (2)

more options

Here are some samples you can work with:

In config editor:

  toolkit.legacyUserProfileCustomizations.stylesheets to true 

Try this css code:

/* Threads Pane font and background*/

  1. threadTree > treechildren {
 font-size: 12pt !important;
 font-family: Times !important;
 background-color: lightgrey !important;
 color: navy !important;

}

/* Folder Pane font and background*/

  1. folderTree > treechildren {
 font-size: 12pt !important;
 font-family: Times !important;
 background-color: lightgrey !important;
 color: navy !important;

}

more options

David, thanks so much for the quick response ... I have seen this suggestion before, but it did not work for me.

However, I found another that uses: font.size.systemFontScale in Config Editor ... I increased the value from 100 to 125, and that worked fine.

It did upscale all the pane fonts, but that makes it all much more readable.

Thx again, Steve