lichess.org
Donate

Make larger game control buttons for mobile devices (body.thight)

Lichess looks great on mobile devices, e.g. iPad and iPad mini, and I love how the left side bar is hidden to save space.

It would be great if on mobile devices (resolutions that qualifies body.tight class) game analysis controls would be bigger. Because it happens often that I miss-touch next and last move buttons. Of course if buttons are bigger it's not necessarily to have all of them in one row.

I am not a web developer, but perhaps it's not very hard to do via some additional CSS rules like:
body.tight div.game_control a {
font-size: 26px;
height: 42px;
width: 30px;
}

This topic has been archived and can no longer be replied to.