본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.