From ce8b346ceea819deafa20e10e557c89ee795d496 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Mon, 13 May 2024 18:11:49 +0200 Subject: [PATCH] Fix: add back bottom margin for active player Mitigate regression caused by f0a618680ff22b6e875982cb87364d64f863a722 for #7 --- components/GameBoard.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/GameBoard.vue b/components/GameBoard.vue index f83b1cf..4a83f54 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -50,6 +50,8 @@ const discard_unwrapped = ref(false) grid-area: current_player; background-image: url("/images/bg-grass.png"); padding-left: 70px; + padding-bottom: 75px; + } #player_list {