diff --git a/less/character-sheet.less b/less/character-sheet.less index 0a587a4..10762bd 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -290,6 +290,7 @@ -o-border-radius: 10px; padding: 5px; + margin: 5px; display: flex; flex-direction: column; justify-content: space-around; @@ -297,6 +298,30 @@ text-align: center; } + .charHPCurrent { + width: 80px; + height: 80px; + + margin-left: 20px; + } + + .charHPMax { + width: 35px; + height: 35px; + } + + .charHexHead { + font-size: 20px; + } + + .hpHead { + font-size: 30px; + } + + .hpMaxHead { + font-size: 18px; + } + .menuBox { background-color: #5e0000; border: none; diff --git a/pokemon.css b/pokemon.css index b2e55ef..891a475 100644 --- a/pokemon.css +++ b/pokemon.css @@ -241,12 +241,31 @@ -moz-border-radius: 10px; -o-border-radius: 10px; padding: 5px; + margin: 5px; display: flex; flex-direction: column; justify-content: space-around; align-items: center; text-align: center; } +.pokemon.sheet.characterSheet .charHPCurrent { + width: 80px; + height: 80px; + margin-left: 20px; +} +.pokemon.sheet.characterSheet .charHPMax { + width: 35px; + height: 35px; +} +.pokemon.sheet.characterSheet .charHexHead { + font-size: 20px; +} +.pokemon.sheet.characterSheet .hpHead { + font-size: 30px; +} +.pokemon.sheet.characterSheet .hpMaxHead { + font-size: 18px; +} .pokemon.sheet.characterSheet .menuBox { background-color: #5e0000; border: none; diff --git a/system.json b/system.json index 21eb9fe..85c547d 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.27", + "version": "0.0.28", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 8a11998..524c40e 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/sheets/character/sidebar.hbs b/templates/sheets/character/sidebar.hbs index 13fadd6..132d335 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -16,8 +16,8 @@