Fix user icon/fonts scaling

scaling fix again :)
This commit is contained in:
IDeathByte
2025-10-20 23:18:06 +05:00
committed by GitHub
parent 776d0823a2
commit 60a8c2f21f
+4 -4
View File
@@ -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;