Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

搜索 | 用户支持

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

详细了解

Firefox Tabs

  • 5 个回答
  • 1 人有此问题
  • 16 次查看
  • 最后回复者为 Toad-Hall

more options

Once again, Firefox has gone and turned the Tabs into a Hot Mess of a Tab Bar instead of "Tabs" . I would like my Tabs to be individual Tabs, not one long tab with white wings hanging out (( guess that's supposed to make it look like a "Tab" ). I just got my Home Page to my liking and User Friendly to ME and they go and "EFF" it up AGAIN!!!!

If anyone can assist me in getting my TABS back to Normal and not looking like one big long bar, I would appreciate the help. Prior to this update, they resembled Chrome tabs, Individually divided and rounded corners....Like a TAB!!! Oh and now the Tab BAR is located above the Address Bar without updated instructions on how to move it back above the Tool Bar, where it belongs, on my Home Page. Please give us OPTIONS!

Any help will be greatly appreciated. Thank you!

Once again, Firefox has gone and turned the Tabs into a Hot Mess of a Tab Bar instead of "Tabs" . I would like my Tabs to be individual Tabs, not one long tab with white wings hanging out (( guess that's supposed to make it look like a "Tab" ). I just got my Home Page to my liking and User Friendly to ME and they go and "EFF" it up AGAIN!!!! If anyone can assist me in getting my TABS back to Normal and not looking like one big long bar, I would appreciate the help. Prior to this update, they resembled Chrome tabs, Individually divided and rounded corners....Like a TAB!!! Oh and now the Tab BAR is located above the Address Bar without updated instructions on how to move it back above the Tool Bar, where it belongs, on my Home Page. Please give us OPTIONS! Any help will be greatly appreciated. Thank you!

所有回复 (5)

more options

You will have to use a file userChrome.css to make such changes. I will post links separately because they will have to be moderated.

more options
more options

Terry: Thanks you for your time and responses. I am not that tech savvy, and I do not want to even attempt the links that you provided. I am sorry that Firefox, with all the techs it has to make these changes that affect us, can't come up with their own code or fast fix for the people who use their browser. If they can't and I can't find an easier fix, I'll just have to find a browser that is more USER FRIENDLY.

Thank you for all of your help, I appreciate it.

more options

Managed to get a fix to reduce the excessive space between all menu items in drop down lists.

This is easier than you may think. Check a setting in Firefox about:config Access profile,create a folder, create a file and you do not need to write code because I have supplied the text, you just copy and paste. So work through instructions step by step. Note: I have added an image below to show process. If you cannot see details, access forum and click on image to enlarge.

  • Open 'about:config'

Info at link if unsure but basically type about:config in the address text bar. https://support.mozilla.org/en-US/kb/about-config-editor-firefox

  • in search type: legacy
  • look for: toolkit.legacyUserProfileCustomizations.stylesheets
  • make sure it is set to 'True'

Now access the profile itself:

  • Menu app icon > Help > More Troubleshooting Information
  • About 11th in list is 'Profile Folder' - click on the 'Open Folder' button

A new window opens showing the contents of your Firefox profile.

  • Create a new folder and call it chrome - it must be spelt correctly - all lowercase.
  • Open a text editor eg: Notepad
  • Copy all the text shown between the lines below and paste it into 'Notepad'.

I advise you double check the content shown in the email you receive is the same as the info posted in this forum question.


menupopup > menuitem, menupopup > menu {
  padding-block: 3px !important;
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

  • Exit Firefox now - you need to close the browser; this is important.

The Notepad document:

  • File > Save As
  • Choose where to save it - it must be saved in the 'chrome' folder you just created.
  • Save the Notepad file with this name: userChrome.css

All lowercase except for the 'C' which is uppercase.

  • Make sure the 'Save as Type' is 'All files' - not a text document.
  • click on 'Save'

In the 'chrome' folder, it's type will be described as 'Cascading Style sheet.

Start Firefox

more options

I've posted a bug report. It may help if you could offer comments in support and explain how this effects you. https://bugzilla.mozilla.org/show_bug.cgi?id=1725401