From b30e017db15be157ab14d089df7eac39430156da Mon Sep 17 00:00:00 2001 From: Fascinated Date: Fri, 2 Sep 2022 00:44:14 +0100 Subject: [PATCH] Fixed player stats ui --- styles/globals.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index a27e33c..3839315 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,14 +1,14 @@ * { - font-family: 'Roboto', sans-serif; - color: white; - font-size: xx-large; - line-height: 0.3em; + font-family: 'Roboto', sans-serif !important; + color: white !important; + font-size: xx-large !important; + line-height: 1.4em !important; } /* Needed to see the UI in the browser, * when using OBS it overrides the background color anyway */ -body { +body, html { background-color: black; } @@ -61,7 +61,7 @@ body { } .player-country-icon { - margin-top: -11px; + margin-top: 7px; border-radius: 30%; } @@ -72,7 +72,6 @@ body { .player-stats { display: block; margin-left: 10px; - margin-top: -12px; } .score-stats {