fix: mobile layout of rpg-skills-section font size

This commit is contained in:
Chanho Chung
2025-11-22 23:35:30 +09:00
parent fed4e2d095
commit eef547b0fa
+6 -1
View File
@@ -943,7 +943,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
display: flex;
align-items: center;
gap: 0.375em;
font-size: clamp(11px, 0.5vw, 14px);
font-size: clamp(0.4vw, 0.5vw, 0.6vw);
padding: clamp(4px, 0.6vh, 6px) 0.375em;
background: rgba(0, 0, 0, 0.3);
border-radius: 0.25em;
@@ -5218,6 +5218,11 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
transform: scale(0.95);
}
.rpg-skills-section {
font-size: clamp(11px, 2.8vw, 14px);
line-height: 1.3;
}
/* ========================================
MOBILE THOUGHT ICON POSITIONING
======================================== */