Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Update 113.0.1 Messes up Australis Toolbar

  • 7 відповідей
  • 0 мають цю проблему
  • 25 переглядів
  • Остання відповідь від 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!

Усі відповіді (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...

Змінено 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.