Fix: discard card buttons by using flew-wrap wrap-reverse
release-tag / release-image (push) Successful in 28s

Closes #59
This commit is contained in:
2024-05-17 14:03:39 +02:00
parent e0f34d4488
commit a0c6def7d6
+1 -1
View File
@@ -295,7 +295,7 @@ function check_for_guard(player: Player) {
.discard_container {
display: flex;
/* background: blue; */
pointer-events: all;
pointer-events: none;
flex-wrap: wrap;
}