scottbenton / Iron-Link-React

1 stars 0 forks source link

Update Game Card to handle different numbers of characters #15

Open scottbenton opened 18 hours ago

scottbenton commented 18 hours ago

Currently the game cards on the game select page don't handle different numbers of characters well - as more characters get added the section will grow. Current

I think we have two main methods to fix this:

The dnd beyond method (less favorable to me). All character portraits are super small and stacked on top of the card. This is less favorable because I think it will look goofy as hell for single character solo games. DnDBeyond

The stacked image method. The character portraits take up the same size square, and the sizes are slightly varied depending on how many images you have. Above 4, we display some and add a +X for the remaining ones. Stacked