diff --git a/styles/sheets/actor/mvp.scss b/styles/sheets/actor/mvp.scss index 1bad16d..5f3eee6 100644 --- a/styles/sheets/actor/mvp.scss +++ b/styles/sheets/actor/mvp.scss @@ -194,6 +194,19 @@ } &--spells { grid-area: spells; + + .spell { + display: flex; + flex-direction: column; + gap: 4px; + + &__actions { + display: flex; + flex-direction: row; + justify-content: end; + gap: 4px; + } + } } &--mounts { grid-area: mounts; diff --git a/templates/actors/char-sheet-mvp/panels/spells.pc.hbs b/templates/actors/char-sheet-mvp/panels/spells.pc.hbs index 20551a0..ca50bca 100644 --- a/templates/actors/char-sheet-mvp/panels/spells.pc.hbs +++ b/templates/actors/char-sheet-mvp/panels/spells.pc.hbs @@ -4,9 +4,7 @@ {{spell.name}} - {{#if spell.system.cost }} - (Cost: {{spell.system.cost}}) - {{/if}} + (Cost: {{spell.system.cost}}) @@ -33,13 +31,29 @@ >
- +
+
+ + +
{{else}} @@ -51,7 +65,7 @@