diff --git a/less/character-sheet.less b/less/character-sheet.less index 6d9c939..012441e 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -714,4 +714,15 @@ right: 0px; border-top-left-radius: 20px; } + + .inventoryBox { + display: flex; + flex-direction: column; + align-items: flex-start; + justify-items: space-evenly; + position: absolute; + z-index: 100; + margin-top: 15px; + margin-left: 30px; + } } diff --git a/pokemon.css b/pokemon.css index 61a7afb..b957aba 100644 --- a/pokemon.css +++ b/pokemon.css @@ -576,3 +576,13 @@ right: 0px; border-top-left-radius: 20px; } +.pokemon.sheet.characterSheet .inventoryBox { + display: flex; + flex-direction: column; + align-items: flex-start; + justify-items: space-evenly; + position: absolute; + z-index: 100; + margin-top: 15px; + margin-left: 30px; +} diff --git a/system.json b/system.json index d238b1c..61a1eae 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.25", + "version": "0.1.26", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 6d10d6e..82d1a44 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 ee1b3cb..dc500b2 100644 --- a/templates/partials/character-sheet-character.hbs +++ b/templates/partials/character-sheet-character.hbs @@ -1,58 +1,28 @@
-
Attack
- {{!--
-
- -
-
- -
-
--}} +
+
Attack
+
+
+
Sp. Attack
+
-
Sp. Attack
+
+
Defense
+
+
+
Sp. Defense
+
-
Defense
- {{!--
-
- -
-
- -
-
--}} -
-
-
Sp. Defense
-
-
-
Speed
-
-
-
HP
+
+
Speed
+
+
+
HP
+