From 2b71ca625ed07697eb8f53d26ec57f92802b46e5 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sat, 26 Nov 2022 10:50:09 +0100 Subject: fix BotMatch winner assignment --- web/pw-server/src/lib/components/matches/BotMatchCard.svelte | 1 - 1 file changed, 1 deletion(-) (limited to 'web/pw-server/src/lib/components') diff --git a/web/pw-server/src/lib/components/matches/BotMatchCard.svelte b/web/pw-server/src/lib/components/matches/BotMatchCard.svelte index 2f50173..59879c7 100644 --- a/web/pw-server/src/lib/components/matches/BotMatchCard.svelte +++ b/web/pw-server/src/lib/components/matches/BotMatchCard.svelte @@ -52,7 +52,6 @@ width: 75px; display: flex; justify-content: center; - margin-top: -4px; } .bot-match-card-main { -- cgit v1.2.3