feat(client_web): show moves arrows on jan hover

This commit is contained in:
Henri Bourcereau 2026-04-01 22:30:53 +02:00
parent 082dc5a384
commit 7f63df2946
4 changed files with 139 additions and 0 deletions

View file

@ -324,6 +324,7 @@ input[type="text"] {
gap: 4px;
user-select: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
position: relative;
}
.board-row {