Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Inbox Line Spacing

  • 3 respostas
  • 8 têm este problema
  • 242 visualizações
  • Última resposta de Pokey

more options

Just updated Tbird to ver. 115.3.1 and immediately noticed the more condensed appearance of emails in the inbox. Prior to update my inbox displayed fully on 1 screen and then I had to scroll down to see the last 10 or so. After the update all emails were visible on about 3/4 of a screen with no scrolling required. The problem is that this density makes for more difficult reading. I'm not sure if the font is smaller, but certainly the line spacing is smaller. Is there anyway to spread things out a bit? Thanks.

Just updated Tbird to ver. 115.3.1 and immediately noticed the more condensed appearance of emails in the inbox. Prior to update my inbox displayed fully on 1 screen and then I had to scroll down to see the last 10 or so. After the update all emails were visible on about 3/4 of a screen with no scrolling required. The problem is that this density makes for more difficult reading. I'm not sure if the font is smaller, but certainly the line spacing is smaller. Is there anyway to spread things out a bit? Thanks.

Solução escolhida

Have you tried view>density?

Ler esta resposta 👍 9

Todas as respostas (3)

more options

Solução escolhida

Have you tried view>density?

more options

This solution works fine although a bit more ability to fine tune the spacing would even be better. Thanks for the tip.

more options

Disclaimer - Don't do this! It causes an issue with message scrolling!

---

I had to fix this using a `userChrome.css` stylesheet.

  • In Windows explorer, navigate to `%appdata%\Thunderbird\Profiles`, and then into the `XXXXXX.default` subfolder.
  • Create a new subfolder named `chrome`, and then navigate into it.
  • Create a text file named `userContent.css` and leave it empty.
  • Create a text file named `userChrome.css` and paste the following text into it:

table[is="tree-view-table"] { line-height: 2 !important; }

  • In Thunderbird, open Settings and scroll to the bottom of the `General` pane. Click on the `Config Editor...` button.
  • Search for the preference named `toolkit.legacyUserProfileCustomizations.stylesheets` and set its value to `true`.

Restart Thunderbird and your messages pane will be readable again. You can change the height value in `userChrome.css` to anything you like.

Alterado por Pokey em