LabinatorSolutions / boldchess-web-app

A responsive web-based chess app and graphical user interface (GUI) for the Stockfish chess engine, featuring analysis, evaluation, and graphical representations. It is the official chess app of BoldChess.com.
https://app.boldchess.com/
GNU Affero General Public License v3.0
34 stars 12 forks source link

[ Fix ] Increased logo top and bottom offset for better mobile view & fixed encoding character #20

Closed DarekRepos closed 6 months ago

DarekRepos commented 6 months ago

I found only one element that is overlapping. You can check this element in the picture below:

image

This addreses the issue where Interactive elements like links should have enough space around them, to be easy enough to tap without overlapping onto other element. in this case search form element. Increasing space around logo link fixed the problem.

LabinatorSolutions commented 6 months ago

Thank you for your contribution.