WintrCat / freechess

WintrCat's Game Report ♟️
https://chess.wintrcat.uk
Other
608 stars 154 forks source link

Added responsiveness for all the screens #44

Closed Razen04 closed 6 months ago

Razen04 commented 6 months ago

I have added responsiveness for all the screen size and all fixed the evaluation bar which was not working before for mobile screen sizes.

Razen04 commented 6 months ago

I have fixed the said issues, you can check it.

Razen04 commented 6 months ago

I also fixed a small problem of arrow functioning from Issue #37.

Razen04 commented 6 months ago

the evaluation bar is still distorted when the height of the board decreases

Do you mean the edges of bar and the number in it?

For the edges I can just remove the border radius and for number I don't know if it is can be fixed using CSS. If there is something else you mean you can let me know and I will fix it.

For the date I didn't see the year changing problem while checking so I will se if I can fix it or not.

Razen04 commented 6 months ago

Fixed the distortion using SVG as they are easy to scale down for smaller screens without any distortions. I had to change the eval bar script for this to work with SVG instead of HTML Canvas.