diff --git a/less/character-sheet.less b/less/character-sheet.less index 2e4a9ee..5cac81e 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -271,6 +271,7 @@ .row { display: flex; + align-items: center; } .charHex { @@ -422,6 +423,9 @@ flex-direction: column; align-items: flex-start; justify-items: space-evenly; + position: absolute; + z-index: 100; + margin-top: 25px; } .categorySelectBox { @@ -430,4 +434,8 @@ align-items: flex-start; justify-items: space-evenly; } + + .statHex { + margin-top: 0px; + } } diff --git a/pokemon.css b/pokemon.css index 5441d38..e93a591 100644 --- a/pokemon.css +++ b/pokemon.css @@ -226,6 +226,7 @@ } .pokemon.sheet.characterSheet .row { display: flex; + align-items: center; } .pokemon.sheet.characterSheet .charHex { width: 65px; @@ -354,6 +355,9 @@ flex-direction: column; align-items: flex-start; justify-items: space-evenly; + position: absolute; + z-index: 100; + margin-top: 25px; } .pokemon.sheet.characterSheet .categorySelectBox { display: flex; @@ -361,3 +365,6 @@ align-items: flex-start; justify-items: space-evenly; } +.pokemon.sheet.characterSheet .statHex { + margin-top: 0px; +} diff --git a/system.json b/system.json index b237233..b66413e 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.37", + "version": "0.0.38", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index d36f323..8f83c59 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/partials/character-sheet-character.hbs b/templates/partials/character-sheet-character.hbs index c0240c2..a804923 100644 --- a/templates/partials/character-sheet-character.hbs +++ b/templates/partials/character-sheet-character.hbs @@ -1,6 +1,6 @@
-
Attack
+
Attack
+
Defense
+
Speed
-
HP
+
HP
\ No newline at end of file diff --git a/templates/sheets/character/sidebar.hbs b/templates/sheets/character/sidebar.hbs index 0751f9f..9a61603 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -17,7 +17,7 @@
HP
-
Max
+
Max
{{localize "POKEMON.System.ArmorClass"}}
{{system.armorClass}}