diff --git a/less/character-sheet.less b/less/character-sheet.less index c92015a..aaffadf 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -65,6 +65,8 @@ .invisibleInput { background: transparent; + color: inherit; + text-align: inherit; } .advancementBox { @@ -94,6 +96,7 @@ flex-direction: column; justify-content: space-around; align-items: center; + text-align: center; } .lvlValue { diff --git a/pokemon.css b/pokemon.css index d03cc6b..c172906 100644 --- a/pokemon.css +++ b/pokemon.css @@ -55,6 +55,8 @@ } .pokemon.sheet.characterSheet .invisibleInput { background: transparent; + color: inherit; + text-align: inherit; } .pokemon.sheet.characterSheet .advancementBox { margin-left: 20px; @@ -79,6 +81,7 @@ flex-direction: column; justify-content: space-around; align-items: center; + text-align: center; } .pokemon.sheet.characterSheet .lvlValue { font-size: 25px; diff --git a/system.json b/system.json index 9766a96..d6a4ba6 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.17", + "version": "0.0.18", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip deleted file mode 100644 index 1c5987d..0000000 Binary files a/system.zip and /dev/null differ diff --git a/templates/sheets/character/header.hbs b/templates/sheets/character/header.hbs index 2dc2560..88186ce 100644 --- a/templates/sheets/character/header.hbs +++ b/templates/sheets/character/header.hbs @@ -1,16 +1,16 @@