Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

FF 71 moves tabs back to the top

  • 3 ответа
  • 1 имеет эту проблему
  • 5 просмотров
  • Последний ответ от cor-el

more options

After updating FF to v71 (Mac) my tabs are once again at the top of the window, instead of under the urlbar and bookmarks toolbar. Anyone have a new fix for this?

I don't see why Mozilla just can't let people put the tabs where they want and be done with it. Stuff like this used to be one of the great appeals and strengths of FF. It just feels like, which each new update, FF loses more and more of its soul.

After updating FF to v71 (Mac) my tabs are once again at the top of the window, instead of under the urlbar and bookmarks toolbar. Anyone have a new fix for this? I don't see why Mozilla just can't let people put the tabs where they want and be done with it. Stuff like this used to be one of the great appeals and strengths of FF. It just feels like, which each new update, FF loses more and more of its soul.

Все ответы (3)

more options

If you use userChrome.css in the chrome folder in the profile folder to get the tabs in the lower position then try to add this rule:

If your current code to get the tabs on bottom isn't working in Firefox 71 then you can add this rule to your userChrome.css or edit an existing rule for #TabsToolbar and add display: block !important;

#TabsToolbar {
 display: block !important;
}

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.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true

See:

more options

Cor-el, it appears FF 72.0.2 is doing something very wonky with the tabs again. They aren't at the top, but the tabs now sit over the Bookmarks Toolbar and just a bit of the URLbar.

So, it seems like it's sort-of recognizing your userChrome fix, but not entirely.

more options