fix: mobile layout of rpg-skills-section font size
This commit is contained in:
@@ -943,7 +943,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.375em;
|
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;
|
padding: clamp(4px, 0.6vh, 6px) 0.375em;
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
border-radius: 0.25em;
|
border-radius: 0.25em;
|
||||||
@@ -5218,6 +5218,11 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rpg-skills-section {
|
||||||
|
font-size: clamp(11px, 2.8vw, 14px);
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
/* ========================================
|
/* ========================================
|
||||||
MOBILE THOUGHT ICON POSITIONING
|
MOBILE THOUGHT ICON POSITIONING
|
||||||
======================================== */
|
======================================== */
|
||||||
|
|||||||
Reference in New Issue
Block a user