Moderated Badge Images Break HTML Layout in Game's 'Badges' Section

I believe this bug has existed since the beginning of time. Essentially, if a badge’s image is moderated, it’ll mess up the HTML of the ‘Badges’ section under a game. See an affected game’s badges below:

CC @LLOR3NZ (this bug will be assigned to them)

Expected behavior

The image should format properly like a non-moderated one.

2 Likes

Just some added info that this bug occurs due to the border-radius CSS property. I tried fixing the bug manually and when I tried adding a border-radius the height element broke.

Without border-radius:

With border-radius:

2 Likes

Thanks! Have been DMing the engineer I mentioned above and they’ve said it seems easy to fix, so this shouldn’t be an issue, but I’m sure your info will be helpful regardless :thumbsup:

No problem! I assume this is just because of the moderated placeholder image itself which isn’t scaled properly.

1 Like