fix: increase calendar day box height and padding on mobile
- Added min-height: 3em to rpg-calendar-day on mobile - Increased vertical padding to 0.75em (from 0.25em default) - Added line-height: 1.2 for tighter text - Prevents date text from being pushed too high and cutting into box above - Flexbox centering now has enough space to properly center content
This commit is contained in:
@@ -3699,6 +3699,9 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
||||
|
||||
.rpg-calendar-day {
|
||||
font-size: clamp(11px, 2.9vw, 14px) !important;
|
||||
min-height: 3em !important; /* Ensure enough height for content to center */
|
||||
padding: 0.75em 0.5em !important; /* More vertical padding on mobile */
|
||||
line-height: 1.2 !important; /* Tighter line height */
|
||||
}
|
||||
|
||||
.rpg-calendar-year {
|
||||
|
||||
Reference in New Issue
Block a user