diff --git a/less/character-sheet.less b/less/character-sheet.less index bfa5c7a..feba157 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -547,8 +547,13 @@ textarea { font-family: VT323; - width: 620px; - height: 520px; - margin: 10px; + width: 200px; + height: 70px; + margin: 5px; + margin-left: 15px; + } + + .moveName { + width: 150px; } } diff --git a/pokemon.css b/pokemon.css index d428d7c..a71da68 100644 --- a/pokemon.css +++ b/pokemon.css @@ -463,7 +463,11 @@ } .pokemon.sheet.characterSheet textarea { font-family: VT323; - width: 620px; - height: 520px; - margin: 10px; + width: 200px; + height: 70px; + margin: 5px; + margin-left: 15px; +} +.pokemon.sheet.characterSheet .moveName { + width: 150px; } diff --git a/system.json b/system.json index 88cb9a1..52f0d51 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.56", + "version": "0.0.57", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 8012dce..e110424 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/sheets/character/sidebar.hbs b/templates/sheets/character/sidebar.hbs index 9a61603..3ceb6c3 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -24,6 +24,8 @@