Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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”.

Learn More

Issues after upgrade to Thunderbird v115

  • 4 odgovora
  • 3 imaju ovaj problem
  • 1 prikaz
  • Posljednji odgovor od Brett

more options

How can I move the standard file menu above the new "spaces" toolbar in Thunderbird v115? Why does the spaces toolbar take up the system title bar area?

How can I move the standard file menu above the new "spaces" toolbar in Thunderbird v115? Why does the spaces toolbar take up the system title bar area?

Izabrano rješenje

- click settings>general and scroll down to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

Pročitaj ovaj odgovor u kontekstu 👍 2

Svi odgovori (4)

more options

Odabrano rješenje

- click settings>general and scroll down to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

more options

Thank you David, that fix worked perfectly!

more options

You're welcome.

more options

This worked for me also. Many thanks!

But ALSO I had to look at Density and Font Size" to 'round out' how the new Thunderbird looks. (accessed via "View" menu pick).

My TB was re/set to 'Compact' in Density - when I've used / have had it on Default. Font Size is just weird, still working out the settings for me. Changing fonts may affect line spacing in template emails I've discovered.

Izmjenjeno od Brett