Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

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

Update 113.0.1 Messes up Australis Toolbar

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

more options

Hello,

I had just managed to get the australis toolbar to work (this one https://github.com/wilfredwee/photon-australis/blob/master/userChrome-dark.css). The problem is, along came the 113.0.1 update and now the tabs are no longer drawn properly because the toolbar requires "compact" mode and the new update mes compact mode less "compact". In other words, after the new update the toolbar looks higher.

Question: is there any way to turn off whatever is making the toolbar higher so that australis works again? Thank you!

Hello, I had just managed to get the australis toolbar to work (this one https://github.com/wilfredwee/photon-australis/blob/master/userChrome-dark.css). The problem is, along came the 113.0.1 update and now the tabs are no longer drawn properly because the toolbar requires "compact" mode and the new update mes compact mode less "compact". In other words, after the new update the toolbar looks higher. Question: is there any way to turn off whatever is making the toolbar higher so that australis works again? Thank you!

Krejt Përgjigjet (7)

more options

Ps.. I call it toolbar it is tab bar I belive... either way... i am stuck with proton again...

more options

Your source probably provides an update for the code so I would try there.

more options

Doesn't help. Deleting...

Ndryshuar nga user115335224976569831892259620582246724006

more options

Do you know how to change the css yourself? This thread on Reddit has information about changes which may be relevant. You could ask on the FirefoxCSS sub of Reddit or look for another theme.

https://www.reddit. com/r/FirefoxCSS/comments/11odffm/psa_incoming_changes_to_default_element/

more options

Maybe try to add a --tab-min-height setting under the :root section

:root {
 --tab-min-height: 30px !important;
}

more options

Thank you everyone! It does not work. Yes, I know I can fix the CSS and I tried the --tab-min-height: 30px !important; in my setup but it just does not work.

Unfortunately I gave up on Firefox. I was reading and they really pushed hard on using buttons instead of tabs, ignoring people's requests. So no more Firefox for me.

more options

You may have to use *|*:root in case you have a default @namespace line or place the CSS code above this line.