From 8fd08bfc28395211ca8a37b42d66e5df2a2100c2 Mon Sep 17 00:00:00 2001 From: IDeathByte <41571062+IDeathByte@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:31:44 +0500 Subject: [PATCH] Fix fir fix miss height =\ --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1a3eb59..e9e266d 100644 --- a/style.css +++ b/style.css @@ -577,7 +577,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { .rpg-user-portrait { width: clamp(1.7vw, 1.8vw, 1.9vw); - height: clamp(24px, 4vh, 32px); + height: clamp(1.7vw, 1.8vw, 1.9vw); border-radius: 50%; border: 2px solid var(--rpg-highlight); box-shadow: 0 0 8px var(--rpg-highlight);