ParkingReformNetwork / parking-lot-map

Interactive map showing how much of downtowns are dominated by parking
https://parkingreform.org/parking-lot-map/
MIT License
1 stars 5 forks source link

Increase size of zoom controls #199

Closed Eric-Arellano closed 2 months ago

Eric-Arellano commented 2 months ago

Our zoom controls were too small. Touch targets should ideally be 44px x 44px. We had 30px x 30px. I went with 40px for now as a compromise to save space - we could increase to 44 after everything is redesigned.

This also increases the font size of the layer toggle.

Finally, the PR adds code for icons, although it's not yet used. It sets the minimum icon size as 20px x 20px, whereas we had 16px x 16px before. Claude generated this Sass code.

before Screenshot 2024-07-01 at 10 45 01 PM
after Screenshot 2024-07-01 at 10 43 57 PM