Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Update 113.0.1 Messes up Australis Toolbar

  • 7 wótegrona
  • 0 ma toś ten problem
  • 25 naglědow
  • Slědne wótegrono wót 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!

Wšykne wótegrona (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...

Wót user115335224976569831892259620582246724006 změnjony

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.