GoogleChromeLabs / proxx

A game of proximity
https://proxx.app
Apache License 2.0
1.32k stars 124 forks source link

Increase toggle hit region #392

Closed surma closed 5 years ago

surma commented 5 years ago

I realized that I sometimes try to hit the toggle on mobile and I tap the region between the bottom bar border and the toggle and then nothing happens. It can be frustrating if you have sausage-y fingers like me.

I increased label to span the entire height of the bottom bar.

@jakearchibald PTAL if you agree with the way I achieved that.

I also switched the label to flexbox, because the absolute positioning seems unnecessary?

I also fixed text highlighting on Safari and older FF.

jakearchibald commented 5 years ago
Screenshot 2019-05-03 at 18 46 14

See how the toggle isn't quite centered with the tiles above

surma commented 5 years ago

@jakearchibald Brought back the absolute positioning. PTAL.