lila
lila copied to clipboard
Bookmark favorite games
Hi!
Is there a way to bookmark favorite games to save them for later on. I recently I played this game and I would love to be able to keep it on lichess.
Thank you!
Yes: there's a star near the game participants.
It only appears on hover, so it can be a bit tricky to find.
Bookmarked games will show up in your profile: https://lichess.org/@/alois/bookmark
Nice! I wasn't aware of it. You cant see the star if you don't hover. What about removing this css rule to help discoverability?
.game__meta .bookmark {
display:none;
}
.game__meta:hover .bookmark {
display:block
}
Along with making the star always visible, I also suggest making it an element which takes up space in the container. Currently, it can appear over the text: