Skip to content

Commit

Permalink
Fixed bars too long for 1920x1080
Browse files Browse the repository at this point in the history
  • Loading branch information
flowdgodx committed Sep 19, 2023
1 parent e11d3e9 commit 0d8121c
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions html/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ body {
.player-inv-info {
position: absolute;
left: 14.5%;
top: 20%;
width: 530px;
top: 22.2%;
width: 695px;
}

#player-inv-label {
Expand Down Expand Up @@ -403,8 +403,8 @@ body {
.other-inv-info {
position: absolute;
left: 56%;
top: 20%;
width: 530px;
top: 22.2%;
width: 695px;
}

.ply-iteminfo-container {
Expand Down 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 0d8121c

Please sign in to comment.