diff --git a/less/character-sheet.less b/less/character-sheet.less index d748881..06f54ec 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -311,8 +311,8 @@ } .charHPMax { - width: 50px; - height: 50px; + width: 60px; + height: 60px; } .charHexValue { @@ -321,6 +321,11 @@ .hpValue { font-size: 40px; + margin-bottom: 5px; + } + + .hpLabel { + font-size: 18px; } .hpMaxValue { diff --git a/pokemon.css b/pokemon.css index ff2c2aa..668118a 100644 --- a/pokemon.css +++ b/pokemon.css @@ -266,14 +266,18 @@ margin-right: 0px; } .pokemon.sheet.characterSheet .charHPMax { - width: 50px; - height: 50px; + width: 60px; + height: 60px; } .pokemon.sheet.characterSheet .charHexValue { font-size: 25px; } .pokemon.sheet.characterSheet .hpValue { font-size: 40px; + margin-bottom: 5px; +} +.pokemon.sheet.characterSheet .hpLabel { + font-size: 18px; } .pokemon.sheet.characterSheet .hpMaxValue { font-size: 18px; diff --git a/system.json b/system.json index 0f5fa31..ca100b2 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.20", + "version": "0.1.21", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index db25dd2..24d6242 100644 Binary files a/system.zip and b/system.zip differ