Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Update 113.0.1 Messes up Australis Toolbar

  • 7 trả lời
  • 0 gặp vấn đề này
  • 24 lượt xem
  • Trả lời mới nhất được viết bởi 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!

Tất cả các câu trả lời (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...

Được chỉnh sửa bởi user115335224976569831892259620582246724006 vào

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.