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!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Issues after upgrade to Thunderbird v115

  • 4 回覆
  • 3 有這個問題
  • 1 次檢視
  • 最近回覆由 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?

被選擇的解決方法

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

從原來的回覆中察看解決方案 👍 2

所有回覆 (4)

more options

選擇的解決方法

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

由 Brett 於 修改