Feat : add 2px gap between discard cards

This commit is contained in:
2024-05-17 15:32:55 +02:00
parent 4a9d748204
commit a44d383d15
+1
View File
@@ -298,6 +298,7 @@ function check_for_guard(player: Player) {
/* background: blue; */ /* background: blue; */
pointer-events: none; pointer-events: none;
flex-wrap: wrap; flex-wrap: wrap;
gap: 2px;
} }
#discard_unwrapped_bg { #discard_unwrapped_bg {