Closed Razen04 closed 6 months ago
I have fixed the said issues, you can check it.
I also fixed a small problem of arrow functioning from Issue #37.
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.
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.
I have added responsiveness for all the screen size and all fixed the evaluation bar which was not working before for mobile screen sizes.