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

搜索 | 用户支持

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

详细了解

Tabs suddenly moved above URL bar - how can I move them back?

  • 8 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 cfcentaurea

more options

When the add-ons broke, my tabs also moved from where I had them. Add-ons are back, but tabs are still moved. How can I get them back between the bookmarks toolbar and the url bar?

Also - how can I find a post I was watching? Settings gives me a watch list to check or uncheck, but doesn't link to the posts.

When the add-ons broke, my tabs also moved from where I had them. Add-ons are back, but tabs are still moved. How can I get them back between the bookmarks toolbar and the url bar? Also - how can I find a post I was watching? Settings gives me a watch list to check or uncheck, but doesn't link to the posts.

所有回复 (8)

more options

By default the Browser by install doesn't move the url or tabs around that probably was something from a "userChrome.css" installed feature that was used and reset to default after a update.

more options

WestEnd said

...that probably was something from a "userChrome.css" installed feature that was used and reset to default after a update.

But at the point that it changed, I hadn't updated anything. I had the browser open and it was normal, I went to look at something I was working on in Wordpad (browser still open), and when I looked back at FF the tabs had suddenly moved & changed from light to dark, and the extensions were broken. I was able to change back to the light colored tabs easily, and they've fixed the extension issue, but how can I fix the location of the tabs?

btw, I have a userChrome.css file to make the tab borders rounded and that didn't change, they're still rounded.

more options

Hi cfcentaurea, I don't know of a connection between the add-on verification certificate expiring and some rules in userChrome.css not working.

In general, Firefox 65 changed the structure of the toolbar area, so you need new "tabs on bottom" rules for Firefox 65 and later. If your Firefox updated from a pre-65 version, you might need to update those. Otherwise, it's puzzling.

Ref. https://www.userchrome.org/what-is-userchrome-css.html#movetabbar

more options

Hi jscher2000,

I don't want to have the tabs on the bottom, I want to put them between the bookmarks bar and the URL bar - which is where I had them before. Where can I find css for that?

PS - I was using 66.0.3 when this happened, updated to 66.0.4 this morning to get the extensions back.

more options

I don't know what your original CSS looks like, I've never heard of that order before. Can you share it on a site like the following (remove anything personal):

https://pastebin.com/

Then post a link to your "paste" back here.

more options

I don't think that it is possible or at least easy to position the tab bar between toolbars. You would have to move the tab bar out of the title bar container that currently includes the menu bar and the tab bar (you need to position the tab bar absolutely and reserve space for it).

more options

jscher2000 said

I don't know what your original CSS looks like, I've never heard of that order before. Can you share it...

I don't have it. If I did I would just use it to replace/edit the current version.

more options

cor-el said

I don't think that it is possible or at least easy to position the tab bar between toolbars. You would have to move the tab bar out of the title bar container that currently includes the menu bar and the tab bar (you need to position the tab bar absolutely and reserve space for it).

Well I guess I'll just have to adjust to it as it is now. Figuring out the css to do what you say would be beyond my abilities. Thanks to everybody for your replies.