From a44d383d153520880b91034251e51131df30a808 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 17 May 2024 15:32:55 +0200 Subject: [PATCH] Feat : add 2px gap between discard cards --- components/PlayerSlot.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index 680923e..1b5f117 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -298,6 +298,7 @@ function check_for_guard(player: Player) { /* background: blue; */ pointer-events: none; flex-wrap: wrap; + gap: 2px; } #discard_unwrapped_bg {