From 7955601b7997e2e35f017f9fdf12398407872a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ta=C5=84czyk?= Date: Sat, 5 Oct 2024 00:32:58 +0200 Subject: [PATCH] fix lint --- games/masterplan/src/screens/battle/battle-styles.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/games/masterplan/src/screens/battle/battle-styles.ts b/games/masterplan/src/screens/battle/battle-styles.ts index b3cd758c..e3bff69c 100644 --- a/games/masterplan/src/screens/battle/battle-styles.ts +++ b/games/masterplan/src/screens/battle/battle-styles.ts @@ -98,7 +98,6 @@ export const BattleStyles = createGlobalStyle` } #battle-balance-left { - display: inline-block; height: 30px; width: 50%; background: red; @@ -107,7 +106,6 @@ export const BattleStyles = createGlobalStyle` #battle-balance-right { - display: inline-block; height: 30px; width: 50%; background: #0fde0f;