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

@@ -329,7 +329,7 @@
}
.hpMaxValue {
font-size: 18px;
font-size: 22px;
}
.menuBox {

View File

@@ -280,7 +280,7 @@
font-size: 18px;
}
.pokemon.sheet.characterSheet .hpMaxValue {
font-size: 18px;
font-size: 22px;
}
.pokemon.sheet.characterSheet .menuBox {
background-color: #5e0000;

View File

@@ -1,5 +1,5 @@
{
"version": "0.1.21",
"version": "0.1.22",
"id": "pokemon",
"title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG",

Binary file not shown.

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">