Bazzatron
Proactive member
Hey Mods,
Noticed that the donation bar on the homepage doesn't really work, always displays a small bar regardless of the donation percentage. Bugged me enough that I thought I'd have a look at it from the client side.
Noticed that the bar has a display attribute transform: scaleX(.1); which means for the bar to display 100% width, you need to give it a value of 1000% width. I suspect that this line was used to make the bar smaller for the easing animation work, but has somehow become the final display position?
Anyway, scrubbing that line of CSS fixes the bar. No idea if this has any knock-on impact, as I'm just a user, but easy enough to search the codebase for anything else using that class to test.
Less annoying that the bug with inserted emotes adding newline characters - but a much easier fix.
Tested in Edge and Firefox, with and without extensions enabled.
Cheers gang.

Noticed that the donation bar on the homepage doesn't really work, always displays a small bar regardless of the donation percentage. Bugged me enough that I thought I'd have a look at it from the client side.
Noticed that the bar has a display attribute transform: scaleX(.1); which means for the bar to display 100% width, you need to give it a value of 1000% width. I suspect that this line was used to make the bar smaller for the easing animation work, but has somehow become the final display position?
Anyway, scrubbing that line of CSS fixes the bar. No idea if this has any knock-on impact, as I'm just a user, but easy enough to search the codebase for anything else using that class to test.
Less annoying that the bug with inserted emotes adding newline characters - but a much easier fix.
Tested in Edge and Firefox, with and without extensions enabled.
Cheers gang.