v3.2.4: Fix Present Characters field editing - relationship badges, custom fields, and avatar upload

This commit is contained in:
Spicy_Marinara
2026-01-08 18:13:12 +01:00
parent 055c19951c
commit e5bd1e0411
7 changed files with 190 additions and 33 deletions
+8 -4
View File
@@ -1390,15 +1390,19 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
display: flex;
align-items: center;
justify-content: center;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
max-width: 100%;
line-height: 1.2;
line-height: 1.1;
min-width: 0;
overflow: hidden;
}
.rpg-calendar-day-text {
max-width: 100%;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.rpg-calendar-year {
font-size: clamp(0.5rem, 3.5cqh, 0.625rem);
color: var(--rpg-text);