搜尋 Mozilla 技術支援網站

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

了解更多

94.0.1 - Tabs position

  • 2 回覆
  • 1 有這個問題
  • 10 次檢視
  • 最近回覆由 Gummo

more options

For some time, I was able to have my tabs appear below the address bar and bookmarks bar (can't remember how I did it). However, 94.0.1 has repositioned my tabs above those bars once more.

Any idea how to fix this?

For some time, I was able to have my tabs appear below the address bar and bookmarks bar (can't remember how I did it). However, 94.0.1 has repositioned my tabs above those bars once more. Any idea how to fix this?

由 Gummo 於 修改

所有回覆 (2)

more options

You can only move the Tab bar to a position below the Navigation Toolbar by using CSS code in userChrome.css.

DISCLAIMER: modifications made through a userChrome.css file can stop working as Firefox evolves in new releases, and can "break" the interface in serious ways.


See this forum response for updated CSS code for Firefox 89+ to see if that works for you.

See also: More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

more options

I'll give that a lash - thanks cor-el.