diff --git a/less/character-sheet.less b/less/character-sheet.less index c130fef..84aeac1 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -16,8 +16,13 @@ height: 100px; display: flex; + justify-content: flex-start; }; + .charInfo { + width: 500px + } + .inputText { background-color: #30da0c; color: black; @@ -58,9 +63,14 @@ width: 60%; } + .advancementBox { + margin-left: 20px; + } + .lvlBox { - width: 50px; - height: 50px; + width: 60px; + height: 60px; + background-color: #30da0c; color: black; border: black; @@ -73,12 +83,22 @@ -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; + + margin-bottom: 10px; + padding: 5px; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; } .expBox { display: flex; - width: 50px; + justify-content: flex-start; + align-items: center; + width: 60px; height: 30px; + background-color: #30da0c; color: black; border: black; diff --git a/pokemon.css b/pokemon.css index 1bd4174..22cc9bc 100644 --- a/pokemon.css +++ b/pokemon.css @@ -17,6 +17,10 @@ width: 100%; height: 100px; display: flex; + justify-content: flex-start; +} +.pokemon.sheet.characterSheet .charInfo { + width: 500px; } .pokemon.sheet.characterSheet .inputText { background-color: #30da0c; @@ -49,9 +53,13 @@ margin-top: 5px; width: 60%; } +.pokemon.sheet.characterSheet .advancementBox { + margin-left: 20px; +} .pokemon.sheet.characterSheet .lvlBox { - width: 50px; - height: 50px; + width: 60px; + height: 60px; + background-color: #30da0c; color: black; border: black; box-shadow: 0 0 20px #003300 inset; @@ -62,11 +70,20 @@ -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; + margin-bottom: 10px; + padding: 5px; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; } .pokemon.sheet.characterSheet .expBox { display: flex; - width: 50px; + justify-content: flex-start; + align-items: center; + width: 60px; height: 30px; + background-color: #30da0c; color: black; border: black; box-shadow: 0 0 20px #003300 inset; diff --git a/system.json b/system.json index cb55317..be3e048 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.14", + "version": "0.0.15", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 6416f09..e0e91ee 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/sheets/character/header.hbs b/templates/sheets/character/header.hbs index 00dc904..3f22a27 100644 --- a/templates/sheets/character/header.hbs +++ b/templates/sheets/character/header.hbs @@ -1,7 +1,7 @@
- +