From fed4e2d09574e1a93a1256942e208a4698a9827d Mon Sep 17 00:00:00 2001 From: Chanho Chung Date: Sat, 22 Nov 2025 23:27:45 +0900 Subject: [PATCH] fix: mobile layout of rpg-skills-section and rpg-classic-stat --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ca3d561..641271e 100644 --- a/style.css +++ b/style.css @@ -943,7 +943,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { display: flex; align-items: center; gap: 0.375em; - font-size: clamp(0.4vw, 0.5vw, 0.6vw); + font-size: clamp(11px, 0.5vw, 14px); padding: clamp(4px, 0.6vh, 6px) 0.375em; background: rgba(0, 0, 0, 0.3); border-radius: 0.25em; @@ -5425,6 +5425,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { .rpg-classic-stats { grid-column: 1 !important; grid-row: 4 !important; + min-height: 140px; } /* Make attributes grid single column too for readability */