steamSummerMinigame
steamSummerMinigame copied to clipboard
make the fourth 'currently active abilities' row visible
when the list of active abilities grows beyond three rows, you cant see the bottom row
if we make this element a little higher that problem is fixed
It's actually possible to have 5 rows of abilities, so the height should be higher if we really want to display them all. Unfortunately, it also makes the UI look like a mess.
Perhaps you can find a way to make it look nicely?
i think the graphics is the background, so looking nice is not really a quick fix
Suggest doing style.height = "240px" for 5 rows.
Or take a look here https://github.com/SteamDatabase/steamSummerMinigame/pull/166