Prevent selection in tiles
All checks were successful
gitea/minesweeper-frontend/pipeline/head This commit looks good

This commit is contained in:
Jose134 2025-01-22 15:37:19 +01:00
parent 22a304907e
commit 0925f4d6d3

View File

@ -9,6 +9,7 @@
.tile {
height: 3em;
width: 3em;
user-select: none;
}
.revealed {