codemonkey85 / PKMDS-Blazor

PKMDS: Pokémon Save Editor for Web
https://pkmds.app/
The Unlicense
58 stars 10 forks source link

Fix weird widths on mobile #62

Open codemonkey85 opened 2 weeks ago

codemonkey85 commented 2 weeks ago

iOS Safari:

image

codemonkey85 commented 2 weeks ago

The slots need to scale better, and the sprites themselves are clearly squished in the width measurement.

codemonkey85 commented 2 weeks ago

Odd that this happens on iOS Safari but not when I use a super narrow Chrome window in Windows. image

codemonkey85 commented 2 weeks ago

While we're at it, Android could use some love too. You can see that only 5 columns are visible instead of 6, so the party and boxes get cut off to the right.

Screenshot_20241105-013849.png

Screenshot_20241105-013902.png

codemonkey85 commented 10 hours ago

Fixed the stretchiness on Safari, but still need to address the slot widths.