Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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.