mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added logic for end-game
This commit is contained in:
@@ -331,6 +331,12 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.game-end {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
filter: blur(5px);
|
||||
}
|
||||
|
||||
.game-start {
|
||||
pointer-events: unset !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user