This commit is contained in:
Nikolaj
2025-08-05 13:45:47 +02:00
parent b240ae6f83
commit ffe0815802
5 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
<div class="calcStatBox">
<div class="hitPointBox">
<div class="charHex charHPCurrent"><span class="charHexHead">HP</span></br><input class="charHexValue hpValue invisibleInput" type="number" name="system.hp.current" value="{{system.hp.current}}"></div>
<div class="charHex charHPCurrent"><span class="charHexHead hpLabel">HP</span></br><input class="charHexValue hpValue invisibleInput" type="number" name="system.hp.current" value="{{system.hp.current}}"></div>
<div class="charHex charHPMax"><span class="charHexHead">Max</span></br><input class="charHexValue hpMaxValue invisibleInput" type="number" name="system.hp.max" value="{{system.hp.max}}"></div>
</div>
<div class="row">