Skip to content

Commit

Permalink
[Hotfix] Cash UI Location
Browse files Browse the repository at this point in the history
Moved cash/bank amount ui lower to not block the ammo visual
  • Loading branch information
ItsANoBrainer committed Jan 27, 2022
1 parent a83fa25 commit c8aa232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c8aa232

Please sign in to comment.