This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Add space between rightmost tab and new tab button

  • 1 antwoord
  • 1 het hierdie probleem
  • 1 view
  • Laaste antwoord deur cor-el

more options

I am using userchrome.css to get trapezoidal tabs. It worked fine until recent FF updates. Now the new tab "+" is too close the farthest right tab when lots of tabs are open, and it is difficult to click on it. Is there a way to add some padding between the last tab and the "+" or to bring the "+" in front of the tab like the ">"?

Thanks

I am using userchrome.css to get trapezoidal tabs. It worked fine until recent FF updates. Now the new tab "+" is too close the farthest right tab when lots of tabs are open, and it is difficult to click on it. Is there a way to add some padding between the last tab and the "+" or to bring the "+" in front of the tab like the ">"? Thanks

All Replies (1)

more options

Try to add a margin-left of the new tab button. There are two mew tab button and one of them can be moved via customize mode.

/* NEWTAB button */
#tabs-newtab-button { margin-left: 10px !important; }
#new-tab-button     { margin-left: 10px !important; }