Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 9 respostas
  • 2 têm este problema
  • 24 visualizações
  • Última resposta por 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?

Todas as respostas (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)

Modificado por sfhowes a

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.