From 1b40d76d413b8a1e26bd8dec03481b2c95c29204 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Wed, 18 Mar 2026 05:13:23 +0100 Subject: [PATCH] css edits --- equipment/styles.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/equipment/styles.css b/equipment/styles.css index ee8b7b3..213ce84 100644 --- a/equipment/styles.css +++ b/equipment/styles.css @@ -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;