Gudradain / spirit-island-template

A set of templates to help create fan made content for the board game Spirit Island.
MIT License
16 stars 22 forks source link

Minor Display issue with / for land targeting on power cards #30

Closed TheRealFlyingPotato closed 2 years ago

TheRealFlyingPotato commented 3 years ago

When trying to use different land possibilities for targeting, it has an unexpected result. Preferred:

image

Result: image Also results bad if trying to use land types. image image

I'll try to dig for a possible solution if I can.

resonant-gamedesign commented 2 years ago

I think the solution would be to change the width from 70px to 45px of info-target icon in "card.css"

info-target icon{ width:45px; height:32px; }

I found 45px to be a nice sweet spot. It's possible it would be too small with some icons, but perhaps those could get a specific class. A more robust solution would scale when using the / but that would be a lot more work I think.