Some localization, style and smaller changes

This commit is contained in:
WBHarry 2026-01-13 15:37:05 +01:00
parent a554ec0e4d
commit 048510074c
9 changed files with 137 additions and 151 deletions

View file

@ -1,4 +1,4 @@
<div class="daggerheart chat deathmoves">
<div class="daggerheart chat death-moves">
<ul class="death-moves-list">
<details class="death-move" {{this.open}}>
<summary class="death-label">
@ -12,9 +12,9 @@
<div class="description">
{{{this.description}}}
</div>
<div class="result">
{{{this.result}}}
</div>
</details>
</ul>
<div class="result">
{{{this.result}}}
</div>
</div>