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!

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Issues after upgrade to Thunderbird v115

  • 4 svar
  • 3 har detta problem
  • 1 visning
  • Senaste svar av 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?

Vald lösning

- 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;              
}

Läs svaret i sitt sammanhang 👍 2

Alla svar (4)

more options

Vald lösning

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

Ändrad av Brett