diff --git a/less/character-sheet.less b/less/character-sheet.less index 012441e..25aa655 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -277,8 +277,8 @@ } .charHex { - width: 65px; - height: 65px; + width: 75px; + height: 75px; background-color: #41c43a; color: black; border: black; @@ -316,7 +316,7 @@ } .charHexValue { - font-size: 25px; + font-size: 35px; } .hpValue { @@ -658,7 +658,7 @@ th { padding: 3.5px; - padding-right: 4.5px; + padding-right: 4px; font-size: 12px; } } @@ -725,4 +725,9 @@ margin-top: 15px; margin-left: 30px; } + + .inventory { + width: 350px; + height: 400px; + } } diff --git a/pokemon.css b/pokemon.css index b957aba..00879f6 100644 --- a/pokemon.css +++ b/pokemon.css @@ -238,8 +238,8 @@ justify-content: center; } .pokemon.sheet.characterSheet .charHex { - width: 65px; - height: 65px; + width: 75px; + height: 75px; background-color: #41c43a; color: black; border: black; @@ -270,7 +270,7 @@ height: 60px; } .pokemon.sheet.characterSheet .charHexValue { - font-size: 25px; + font-size: 35px; } .pokemon.sheet.characterSheet .hpValue { font-size: 40px; @@ -534,7 +534,7 @@ } .pokemon.sheet.characterSheet .defenseTable th { padding: 3.5px; - padding-right: 4.5px; + padding-right: 4px; font-size: 12px; } .pokemon.sheet.characterSheet .effectiveness0 { @@ -586,3 +586,7 @@ margin-top: 15px; margin-left: 30px; } +.pokemon.sheet.characterSheet .inventory { + width: 350px; + height: 400px; +} diff --git a/system.json b/system.json index 61a1eae..aa47b42 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.26", + "version": "0.1.27", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 82d1a44..c2e160b 100644 Binary files a/system.zip and b/system.zip differ