downforacross / downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio
https://downforacrosscom.downforacross1.now.sh
MIT License
220 stars 92 forks source link

Nav icons are too small to click on small screens #288

Closed Nyiriland closed 8 months ago

Nyiriland commented 10 months ago

On my iPhone 13 mini (375px width), the last 2 nav buttons are impossible to click as they shrink to fit the space, I'm assuming due to them being svgs contained in a flex box. See screenshot below.

Suggested solution Enable horizontal scrolling on the header for overflow, and don't allow icons to shrink.

image