✨
This commit is contained in:
@@ -329,7 +329,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hpMaxValue {
|
.hpMaxValue {
|
||||||
font-size: 18px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuBox {
|
.menuBox {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user