diff --git a/less/character-sheet.less b/less/character-sheet.less index a877dbd..3e9e91a 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -14,6 +14,7 @@ float: left; width: 100%; height: 110px; + // margin-bottom: 10px; display: flex; justify-content: flex-start; @@ -252,7 +253,7 @@ .vertLine { position: absolute; - height: 490px; + height: 470px; float: left; left: 216px; bottom: 0px; @@ -272,6 +273,7 @@ .row { display: flex; align-items: center; + justify-content: center; } .charHex { @@ -338,7 +340,7 @@ position: absolute; right: 0px; height: 5px; - bottom: 511px; + bottom: 496px; background-color: #5e0000; } diff --git a/pokemon.css b/pokemon.css index 5888f2e..5e8dc8a 100644 --- a/pokemon.css +++ b/pokemon.css @@ -218,7 +218,7 @@ } .pokemon.sheet.characterSheet .vertLine { position: absolute; - height: 490px; + height: 470px; float: left; left: 216px; bottom: 0px; @@ -235,6 +235,7 @@ .pokemon.sheet.characterSheet .row { display: flex; align-items: center; + justify-content: center; } .pokemon.sheet.characterSheet .charHex { width: 65px; @@ -289,7 +290,7 @@ position: absolute; right: 0px; height: 5px; - bottom: 511px; + bottom: 496px; background-color: #5e0000; } .pokemon.sheet.characterSheet nav { diff --git a/system.json b/system.json index fb63398..029b6c8 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.5", + "version": "0.1.6", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index b044a20..85b51d5 100644 Binary files a/system.zip and b/system.zip differ