MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.05k stars 307 forks source link

Firefox 126: --urlbar-toolbar-height replaced with --urlbar-container-height #369

Closed Dupond closed 2 months ago

Dupond commented 2 months ago

Hello,

I think that in Firefox 126 --urlbar-toolbar-height has been replaced with --urlbar-container-height so that compact_urlbar_megabar.css doesn't work anymore (and maybe some other styles too?)

Thanks for all your amazing hacks!

MrOtherGuy commented 2 months ago

Yeah you're right, thanks for reminding me. I've replaced all uses of --urlbar-toolbar-height with --urlbar-container-height. The two variables aren't exactly the same (and --urlbar-container-height also existed before this) but I think for our purposes the behavior should match.