how do I get the tabs to go under the bookmarks toolbar?
Firefox 61.0.1, I would like to put the tabs under the toolbar
被選擇的解決方法
Hi walbrecht, while there's no setting for this and no add-on, there is the option of using a userChrome.css file to override the toolbar order.
Your request has come up quite a few times since Firefox 57 was released (breaking "Classic Theme Restorer" and other legacy extensions) so there are now several different methods available. I'll mention one and you can explore others if this doesn't meet your needs.
Tabs on Bottom Recipe
You can use custom style rules to move the tabs bar. Firefox looks for a file named userChrome.css at startup and applies those rules to the user interface. When you have 10 minutes, here's what you do:
(A) Create a new chrome folder in your profile folder. This article has the steps for that (#1, #2, and optionally #3)
https://www.userchrome.org/how-create-userchrome-css.html
(There's a video for Mac as well as one for Windows.)
(B) Set Windows not to hide the .css file extension (step #4 in the above article)
(C) Download the following file and move it into that chrome folder:
https://www.userchrome.org/samples/userChrome-tabs_on_bottom.css
(D) Rename that file to just userChrome.css
The next time you quit Firefox and start it up again, it should discover that file and apply the rules.
Success?
Source: https://www.userchrome.org/what-is-userchrome-css.html#movetabbar (I run this site)
從原來的回覆中察看解決方案 👍 1所有回覆 (4)
Hi,
Unfortunately, there is no option to achieve this natively in Firefox. You may want to take a look at the Firefox addons to see if there is one to accomplish this behavior, but I don't think it is possible for an addon to modify this.
Sorry.
選擇的解決方法
Hi walbrecht, while there's no setting for this and no add-on, there is the option of using a userChrome.css file to override the toolbar order.
Your request has come up quite a few times since Firefox 57 was released (breaking "Classic Theme Restorer" and other legacy extensions) so there are now several different methods available. I'll mention one and you can explore others if this doesn't meet your needs.
Tabs on Bottom Recipe
You can use custom style rules to move the tabs bar. Firefox looks for a file named userChrome.css at startup and applies those rules to the user interface. When you have 10 minutes, here's what you do:
(A) Create a new chrome folder in your profile folder. This article has the steps for that (#1, #2, and optionally #3)
https://www.userchrome.org/how-create-userchrome-css.html
(There's a video for Mac as well as one for Windows.)
(B) Set Windows not to hide the .css file extension (step #4 in the above article)
(C) Download the following file and move it into that chrome folder:
https://www.userchrome.org/samples/userChrome-tabs_on_bottom.css
(D) Rename that file to just userChrome.css
The next time you quit Firefox and start it up again, it should discover that file and apply the rules.
Success?
Source: https://www.userchrome.org/what-is-userchrome-css.html#movetabbar (I run this site)
This worked perfectly, thank you
Hi,Glad to hear that your problem has been resolved. If you haven't already, *Please select the answer that solves the problem*. This will help other users with similar problems find the solution more easily. Thank you for contacting Mozilla Support.
please Mark the question as Solved with the Solution so others can find it.