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!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Issues after upgrade to Thunderbird v115

  • 4 பதிலளிப்புகள்
  • 3 இந்த பிரச்னைகள் உள்ளது
  • 1 view
  • Last reply by Brett

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?

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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

Read this answer in context 👍 2

All Replies (4)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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

Thank you David, that fix worked perfectly!

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.

Brett மூலமாக திருத்தப்பட்டது