This commit is contained in:
Nikolaj
2025-08-05 13:25:22 +02:00
parent 5f2e43d99f
commit b240ae6f83
4 changed files with 14 additions and 5 deletions

View File

@@ -311,8 +311,8 @@
} }
.charHPMax { .charHPMax {
width: 50px; width: 60px;
height: 50px; height: 60px;
} }
.charHexValue { .charHexValue {
@@ -321,6 +321,11 @@
.hpValue { .hpValue {
font-size: 40px; font-size: 40px;
margin-bottom: 5px;
}
.hpLabel {
font-size: 18px;
} }
.hpMaxValue { .hpMaxValue {

View File

@@ -266,14 +266,18 @@
margin-right: 0px; margin-right: 0px;
} }
.pokemon.sheet.characterSheet .charHPMax { .pokemon.sheet.characterSheet .charHPMax {
width: 50px; width: 60px;
height: 50px; height: 60px;
} }
.pokemon.sheet.characterSheet .charHexValue { .pokemon.sheet.characterSheet .charHexValue {
font-size: 25px; font-size: 25px;
} }
.pokemon.sheet.characterSheet .hpValue { .pokemon.sheet.characterSheet .hpValue {
font-size: 40px; font-size: 40px;
margin-bottom: 5px;
}
.pokemon.sheet.characterSheet .hpLabel {
font-size: 18px;
} }
.pokemon.sheet.characterSheet .hpMaxValue { .pokemon.sheet.characterSheet .hpMaxValue {
font-size: 18px; font-size: 18px;

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.1.20", "version": "0.1.21",
"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.