Add compendium data
All checks were successful
Release Creation / build (release) Successful in 1m2s

This commit is contained in:
2025-06-30 21:11:23 +02:00
parent fb5c408bbd
commit 4d96c15066
30 changed files with 92 additions and 8 deletions

View File

@@ -562,6 +562,10 @@ i.fvtt-hellborn {
min-width: 4.5rem;
max-width: 4.5rem;
}
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .ammoQuantity {
min-width: 3rem;
max-width: 3rem;
}
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .type {
min-width: 3rem;
max-width: 3rem;
@@ -1985,6 +1989,17 @@ i.fvtt-hellborn {
min-width: 12rem;
max-width: 12rem;
}
.fvtt-hellborn .tarot-content fieldset .flexrow,
.fvtt-hellborn .tarot-content fieldset .scrollable-content {
align-items: flex-start;
}
.fvtt-hellborn .tarot-content fieldset .tarot-pic {
margin-left: 1rem;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.fvtt-hellborn .tarot-content .header {
display: flex;
}