搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Changing Position of Toolbar to Under File Menu (115.4.1 Supernova)

  • 3 个回答
  • 1 人有此问题
  • 38 次查看
  • 最后回复者为 david

more options

In the latest update 115.4.1 Supernova, the toolbar is above the file menu bar. This is opposite of the previous version. How can I swap the positions?

In the latest update 115.4.1 Supernova, the toolbar is above the file menu bar. This is opposite of the previous version. How can I swap the positions?
已附加屏幕截图

被采纳的解决方案

It's a messy process, but here are steps that work: - 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 text 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;              
}

定位到答案原位置 👍 3

所有回复 (3)

more options

选择的解决方案

It's a messy process, but here are steps that work: - 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 text 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

David, I owe you a beer. Worked on the first restart...and of course it wasn't easy.

more options

You're very welcome.