ozidom / MazeChessChallenge

0 stars 0 forks source link

Wayne - look at this UI where the Button CSS is causing rendering issues #4

Closed ozidom closed 1 month ago

ozidom commented 1 month ago

The table rendering the board has a last row higher than the rest of the board and the top row of the table has an offset against the div where they are not aligned. It is almost certainly the CSS of the button as if you remove that button css it it works but looks shit

ozidom commented 1 month ago

Wayne your code didn't work when I applied it but I think we'll get you to do a PR next time - I've hacked it together as a table and it renders ok on web but looks shit on mobile still so I think we need your div solution longer term - I'll create a new issue for this called "Looks shit on web browser"

ozidom commented 1 month ago

fixed