Skip to content

Commit

Permalink
Merge pull request #459 from flowdgodx/main
Browse files Browse the repository at this point in the history
Fixed bars to long for 1920x1080 resolution
  • Loading branch information
GhzGarage committed Sep 19, 2023
2 parents 1bb8931 + 0d8121c commit 27695bd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions html/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -929,4 +929,20 @@ body {

.weapon-attachments-back:hover {
background-color: rgb(18, 18, 18);
}


@media screen and (max-width: 1920px) {
.player-inv-info {
position: absolute;
left: 14.5%;
top: 21%;
width: 530px;
}
.other-inv-info {
position: absolute;
left: 56%;
top: 21%;
width: 530px;
}
}

0 comments on commit 27695bd

Please sign in to comment.