From 60a8c2f21f2caef0860662d5b33814cffe3fc0b2 Mon Sep 17 00:00:00 2001 From: IDeathByte <41571062+IDeathByte@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:18:06 +0500 Subject: [PATCH 1/2] Fix user icon/fonts scaling scaling fix again :) --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 8b906b1..1a3eb59 100644 --- a/style.css +++ b/style.css @@ -576,7 +576,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { } .rpg-user-portrait { - width: clamp(24px, 4vh, 32px); + width: clamp(1.7vw, 1.8vw, 1.9vw); height: clamp(24px, 4vh, 32px); border-radius: 50%; border: 2px solid var(--rpg-highlight); @@ -726,7 +726,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { /* User name and level - inline with portrait */ .rpg-user-name { font-weight: 600; - font-size: 1em; + font-size: 0.7vw; color: var(--rpg-text-color); white-space: nowrap; overflow: hidden; @@ -734,14 +734,14 @@ body:has(.rpg-panel.rpg-position-left) #sheld { } .rpg-level-label { - font-size: 1em; + font-size: 0.7vw; font-weight: 600; color: var(--rpg-text-color); opacity: 0.7; } .rpg-level-value { - font-size: 1em; + font-size: 0.7vw; font-weight: 700; color: var(--rpg-highlight-color); padding: clamp(1px, 0.2vh, 2px) 0.375em; 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 2/2] 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);