Various fixes
All checks were successful
Release Creation / build (release) Successful in 51s

This commit is contained in:
2025-06-15 16:32:47 +02:00
parent d03c5f2c1e
commit eea83aa10e
9 changed files with 62 additions and 13 deletions

View File

@@ -1965,6 +1965,9 @@ i.fvtt-hellborn {
.fvtt-hellborn .tarot-content fieldset {
margin-top: 8px;
}
.fvtt-hellborn .tarot-content fieldset legend {
margin-top: 1rem;
}
.fvtt-hellborn .tarot-content fieldset .form-group {
display: flex;
align-items: center;
@@ -2446,12 +2449,22 @@ i.fvtt-hellborn {
font-family: var(--font-primary);
font-size: calc(var(--font-size-standard) * 1);
}
.item-to-chat ul li p {
margin: 0;
}
.flavor-text-damage {
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1.2);
color: var(--color-dark-2);
margin-top: 5px;
}
.flavor-text-damage .chat-damage-type {
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.5rem;
}
.flavor-text-damage h2 {
margin-top: 10px;
margin-left: 10px;
@@ -2513,6 +2526,12 @@ i.fvtt-hellborn {
font-family: var(--font-primary);
font-size: calc(var(--font-size-standard) * 1);
}
.dice-roll .intro-chat .intro-right ul .chat-roll-label {
margin-right: 2rem;
}
.dice-roll .intro-chat .intro-right ul .chat-results-spacing {
margin-bottom: 0.5rem;
}
.dice-roll .intro-chat .intro-right ul .nudge-roll {
font-size: calc(var(--font-size-standard) * 1);
margin-left: 4rem;