搜索 | 用户支持

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

详细了解

In Vertical View, I Can't Reduce rhe Width of he Folder Contents Column

  • 9 个回答
  • 2 人有此问题
  • 24 次查看
  • 最后回复者为 Dave Siegler

more options

I'd like to suppress displaying message Subject in the folder contents pane. (I'm in vertical view and would like the message contents pane to be wider. To accomplish that I'm willing to sacrifice listing the Subject in the folder contents pane. Tbird doesn't list that as a column I can select or deselect. Any ideas?

The real goal is to make the folder contents pane narrower. But it seems to not allow me to make it any narower than it is. A9(I can widen it, but that doesn't help. Is there any any to change the minimum width Thunderbird has set for that pane?

I'd like to suppress displaying message Subject in the folder contents pane. (I'm in vertical view and would like the message contents pane to be wider. To accomplish that I'm willing to sacrifice listing the Subject in the folder contents pane. Tbird doesn't list that as a column I can select or deselect. Any ideas? The real goal is to make the folder contents pane narrower. But it seems to not allow me to make it any narower than it is. A9(I can widen it, but that doesn't help. Is there any any to change the minimum width Thunderbird has set for that pane?

所有回复 (9)

more options

Have you tried Cards View (see picture)?

more options

Thanks for the suggestion, sfhowes. I wasn't familiar with Card View. Unfortunately, that doesn't allow that column to be made narrower either.

more options

The height (for Classic or Wide View) or width (for Vertical View) of the threads pane (message list) can have a minimum value, allowing the Message Pane to be larger. This is done with css:

/* height, width of threads pane */
#threadPane {
  min-height: 75px !important;
  min-width: 75px !important;
}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the number as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

由sfhowes于修改

more options

I've gone to - https://support.mozilla.org/en-US/questions/1427439#answer-1611585

I've created the folder and ccs file. Then it says... Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. Where is Settings/General/Config please?

Thanks again in advance :)

more options
more options

sfhowes — thanks, but the cautions about breaking stuff discourage me from attemoting this. Thanks anyway!

Bill

more options

BillTreloar said

sfhowes — thanks, but the cautions about breaking stuff discourage me from attemoting this. Thanks anyway! Bill

Making this specific change won't break anything, and it can easily be undone, or the userChrome.css file deleted. You'll find many topics on this forum that demonstrate a success with the method.

more options
more options

I don't know how to find the card view.