diff --git a/less/character-sheet.less b/less/character-sheet.less index 84aeac1..1ab0072 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -92,6 +92,10 @@ align-items: center; } + .lvlValue { + font-size: 25px; + } + .expBox { display: flex; justify-content: flex-start; @@ -111,6 +115,9 @@ -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; + + padding-left: 5px; + padding-right: 5px; } .sideBarBox { diff --git a/pokemon.css b/pokemon.css index 22cc9bc..2487c6a 100644 --- a/pokemon.css +++ b/pokemon.css @@ -77,6 +77,9 @@ justify-content: space-around; align-items: center; } +.pokemon.sheet.characterSheet .lvlValue { + font-size: 25px; +} .pokemon.sheet.characterSheet .expBox { display: flex; justify-content: flex-start; @@ -94,6 +97,8 @@ -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; + padding-left: 5px; + padding-right: 5px; } .pokemon.sheet.characterSheet .sideBarBox { visibility: hidden; diff --git a/system.json b/system.json index be3e048..5155173 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.15", + "version": "0.0.16", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index e0e91ee..6d56ba1 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 3f22a27..2dc2560 100644 --- a/templates/sheets/character/header.hbs +++ b/templates/sheets/character/header.hbs @@ -1,12 +1,12 @@