latenitecode
latenitecode
There's a similar case open in #3 ; this plugin needs a responsive board
I looked into how we could do this. You have to create a container that has the maximum height and width you'd like to permit which currently looks to be...
Unfortunately, the process is not as straightforward as just using flex boxes because you can't just make a responsive board. You have to maintain a certain aspect ratio for the...
Alternatively, you may want to consider an entirely different view for mobile that places the moves and buttons below the board between the board and the comments. This would allow...
I've only done an initial investigation into this, but here's what I've learned about the issue. > _fix chess-study code blocks so that they can be added properly in canvas_...