alexbarrett / analyse-chesstempo-on-lichess

A browser extension that opens a ChessTempo puzzle on the Lichess analysis board
7 stars 0 forks source link

The knight analyze icon is not as well placed like in the screenshot #3

Closed grenvol closed 4 years ago

grenvol commented 4 years ago

Screenshot in the github page, how It's supposed to look like? screenshot

How It really looks like (tested on both Google chrome and Firefox):

black knight

Placing it in a better place (either like the screenshot or another well aligned place with a good size) could add some polish.

alexbarrett commented 4 years ago

This is due to a bug in the ChessTempo code base. The 'after' parameter to the board-controls element doesn't work because of an incorrect selector (.class[attr] instead of .class [attr]).