Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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.