94.0.1 - Tabs position
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?
Zmodyfikowany przez Gummo w dniu
Wszystkie odpowiedzi (2)
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.
- about:config => toolkit.legacyUserProfileCustomizations.stylesheets = true
- https://www.userchrome.org/firefox-changes-userchrome-css.html
I'll give that a lash - thanks cor-el.