Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Adding New Tab

  • 4 përgjigje
  • 0 e kanë hasur këtë problem
  • 8 parje
  • Përgjigjja më e re nga cor-el

more options

When the tabs reach capacity on the browser window, you can no longer hit "+" to add a new tab. You have to <right click> and select "add new tab".

When the tabs reach capacity on the browser window, you can no longer hit "+" to add a new tab. You have to <right click> and select "add new tab".
Foto të bashkëngjitura ekrani

Zgjidhje e zgjedhur

If you have this rule in your code then remove or or commented it out (/* ... */).

#tabbrowser-tabs { width: 100vw !important; }
Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (4)

more options

Provide a complete top line of the browser so others can see what is happening-cropping doesn't help. What theme are userChrome.css are you using?

more options

The image I provided is the best I can do. It is too large for the window and you have to scroll right to see the end of it.

The only userChrome.css I'm using is to put the tabs below the search/address bar.

more options

Is this image more informative?

more options

Zgjidhja e Zgjedhur

If you have this rule in your code then remove or or commented it out (/* ... */).

#tabbrowser-tabs { width: 100vw !important; }