Fix various issues
All checks were successful
Release Creation / build (release) Successful in 49s

This commit is contained in:
2025-06-30 22:34:57 +02:00
parent 4d96c15066
commit eb0ab56794
12 changed files with 45 additions and 32 deletions

View File

@@ -563,8 +563,8 @@ i.fvtt-hellborn {
max-width: 4.5rem;
}
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .ammoQuantity {
min-width: 3rem;
max-width: 3rem;
min-width: 4.2rem;
max-width: 4.2rem;
}
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .type {
min-width: 3rem;
@@ -2470,6 +2470,9 @@ i.fvtt-hellborn {
.item-to-chat ul li p {
margin: 0;
}
.item-to-chat .tarot-item-img {
margin-top: 0.5rem;
}
.flavor-text-damage {
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1.2);