From c8aa232eb7af1ae5ec930695a0a21518d49be34e Mon Sep 17 00:00:00 2001 From: ItsANoBrainer Date: Thu, 27 Jan 2022 18:19:42 -0500 Subject: [PATCH] [Hotfix] Cash UI Location Moved cash/bank amount ui lower to not block the ammo visual --- html/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/styles.css b/html/styles.css index 06e2bdb..4a0c408 100644 --- a/html/styles.css +++ b/html/styles.css @@ -58,7 +58,7 @@ div#q-loading-bar { display: none!important; } /* makes sure there's no ajax loa #money-container { position: absolute; right: 2vw; - top: 2vh; + top: 5vh; font-weight: 400; font-size: 40px; }