css edits

This commit is contained in:
kittentm 2026-03-18 05:13:23 +01:00
commit 1b40d76d41
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91

View file

@ -350,10 +350,12 @@ body {
}
.weapon-icon-bg-wrapper {
width: 150px;
height: 145px;
width: 170px;
height: 170px;
position: relative;
top: 20px;
background-image: url("/assets/en/ui/gearsmallbg.png");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
border-radius: 12px;
display: flex;
@ -367,6 +369,8 @@ body {
}
.weapon-inked-icon {
position: relative;
bottom: 13px;
width: 125px;
height: 125px;
object-fit: contain;