Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

Spacing

  • 6 odgovora
  • 2 imaju ovaj problem
  • 1 prikaz
  • Posljednji odgovor od jeremy28

more options

The spacing between messages and the spacing between aspects of the inboxes has increased in the latest version so that all my inboxes are no longer displayed on one screen (I cannot immediately notice new messages) and I have fewer messages in the message window.

Is there any way to reduce spacing between lines?

The spacing between messages and the spacing between aspects of the inboxes has increased in the latest version so that all my inboxes are no longer displayed on one screen (I cannot immediately notice new messages) and I have fewer messages in the message window. Is there any way to reduce spacing between lines?

Svi odgovori (6)

more options

This can be done with a userChrome.css file:

#threadTree treechildren::-moz-tree-row {

height: 12pt !important;
   min-height: 12pt !important;

#folderTree treechildren::-moz-tree-row {

height: 12pt !important;
   min-height: 12pt !important;

}

Help/Troubleshooting, 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 numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Options/General/Config. editor, restart TB.

Izmjenjeno od sfhowes

more options

This query refers to Thunderbird and Firefox

more options

The chrome folder for TB (or Firefox) has nothing to do with the Chrome browser.

http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes

more options

Apologies, I understand the advice now. However I am using Thunderbird 78.4 (when these changes appeared). I cannot find the toolkit.legacyUserProfileCustomizations.stylesheets in the new Options/General/Config. editor

more options

The pref. exists in profiles created by newer versions of TB, but if your profile was originally created by an older version, it may not be there. Right-click a blank area in Config. editor, New, Boolean, and name the pref. toolkit.legacyUserProfileCustomizations.stylesheets and give it the value true.

more options

Thank you for the reply, but I was hoping for a Mozilla solution, not having to relearn skills I dismissed along with windows 3.1.