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 { .hpMaxValue {
font-size: 18px; font-size: 22px;
} }
.menuBox { .menuBox {

View File

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

View File

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

Binary file not shown.

View File

@@ -16,7 +16,7 @@
<div class="calcStatBox"> <div class="calcStatBox">
<div class="hitPointBox"> <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 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>
<div class="row"> <div class="row">