This commit is contained in:
2025-08-11 15:24:07 +02:00
parent 24f3bb5a01
commit 72ed0145a5
4 changed files with 18 additions and 9 deletions

View File

@@ -277,8 +277,8 @@
} }
.charHex { .charHex {
width: 65px; width: 75px;
height: 65px; height: 75px;
background-color: #41c43a; background-color: #41c43a;
color: black; color: black;
border: black; border: black;
@@ -316,7 +316,7 @@
} }
.charHexValue { .charHexValue {
font-size: 25px; font-size: 35px;
} }
.hpValue { .hpValue {
@@ -658,7 +658,7 @@
th { th {
padding: 3.5px; padding: 3.5px;
padding-right: 4.5px; padding-right: 4px;
font-size: 12px; font-size: 12px;
} }
} }
@@ -725,4 +725,9 @@
margin-top: 15px; margin-top: 15px;
margin-left: 30px; margin-left: 30px;
} }
.inventory {
width: 350px;
height: 400px;
}
} }

View File

@@ -238,8 +238,8 @@
justify-content: center; justify-content: center;
} }
.pokemon.sheet.characterSheet .charHex { .pokemon.sheet.characterSheet .charHex {
width: 65px; width: 75px;
height: 65px; height: 75px;
background-color: #41c43a; background-color: #41c43a;
color: black; color: black;
border: black; border: black;
@@ -270,7 +270,7 @@
height: 60px; height: 60px;
} }
.pokemon.sheet.characterSheet .charHexValue { .pokemon.sheet.characterSheet .charHexValue {
font-size: 25px; font-size: 35px;
} }
.pokemon.sheet.characterSheet .hpValue { .pokemon.sheet.characterSheet .hpValue {
font-size: 40px; font-size: 40px;
@@ -534,7 +534,7 @@
} }
.pokemon.sheet.characterSheet .defenseTable th { .pokemon.sheet.characterSheet .defenseTable th {
padding: 3.5px; padding: 3.5px;
padding-right: 4.5px; padding-right: 4px;
font-size: 12px; font-size: 12px;
} }
.pokemon.sheet.characterSheet .effectiveness0 { .pokemon.sheet.characterSheet .effectiveness0 {
@@ -586,3 +586,7 @@
margin-top: 15px; margin-top: 15px;
margin-left: 30px; margin-left: 30px;
} }
.pokemon.sheet.characterSheet .inventory {
width: 350px;
height: 400px;
}

View File

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