MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.2k stars 312 forks source link

multi-row_tabs not working on Waterfox G5.0 #211

Closed TheDutchJewel closed 1 year ago

TheDutchJewel commented 1 year ago

multi-row_tabs works fine with Firefox and Waterfox G4.x.

But it doesn't work with the new Waterfox G5.0.

Is this an issue to be solved by the csshack, or by Waterfox?

MrOtherGuy commented 1 year ago

I don't test compatibility with any third-party Firefox builds, but generally the styles should work if said build is sufficiently similar to Firefox. That being said, in Waterfox changelog there's this bit:

If you use custom CSS and JS, you will want to disable Waterfox theme changes by toggling userChrome.theme.enable to false.

So presumbly multi-row_tabs.css would work if you set that pref to false.

TheDutchJewel commented 1 year ago

Thanks for this solution, it works fine!