为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Move menu back to rightful position at top of application

  • 6 个回答
  • 6 人有此问题
  • 6 次查看
  • 最后回复者为 sfhowes

more options

How do I move the menu back to the top of the application, where menu bars are typically found? This is a highly inconsistent UI that doesn't seem to provide any benefit.

How do I move the menu back to the top of the application, where menu bars are typically found? This is a highly inconsistent UI that doesn't seem to provide any benefit.
已附加屏幕截图

所有回复 (6)

more options

Yeah, I can't believe this was done intentionally. It's very counter-productive and unpleasant.

more options

The Menu Bar can be moved to the top with css:

#toolbar-menubar {
  order: -1;  !important;           
}


Help/Troubleshooting Info, Profile Folder, Open Folder (Show in Finder, Open Directory), close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

more options

Thank you. This works as a kind of partial solution, since now the min/max/close buttons aren't at the top.

more options

Uncheck 'Hide system window titlebar' in Settings/General, Language & Appearance, to move the min/max buttons to the top (see picture).

more options

I had tried that first, which lead to this problem: https://support.mozilla.org/en-US/questions/1424568

more options

There's no such problem here in W10/11, but it might be seen in Linux only. You could submit a report to Bugzilla, but first I'd advise doing a test in a new profile.