This commit is contained in:
2025-08-04 15:02:59 +02:00
parent 6e99ce2e30
commit 35e84e4337
5 changed files with 18 additions and 7 deletions

View File

@@ -547,8 +547,13 @@
textarea { textarea {
font-family: VT323; font-family: VT323;
width: 620px; width: 200px;
height: 520px; height: 70px;
margin: 10px; margin: 5px;
margin-left: 15px;
}
.moveName {
width: 150px;
} }
} }

View File

@@ -463,7 +463,11 @@
} }
.pokemon.sheet.characterSheet textarea { .pokemon.sheet.characterSheet textarea {
font-family: VT323; font-family: VT323;
width: 620px; width: 200px;
height: 520px; height: 70px;
margin: 10px; margin: 5px;
margin-left: 15px;
}
.pokemon.sheet.characterSheet .moveName {
width: 150px;
} }

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.56", "version": "0.0.57",
"id": "pokemon", "id": "pokemon",
"title": "Pokémon TTRPG", "title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG", "description": "A Pokémon TTRPG",

Binary file not shown.

View File

@@ -24,6 +24,8 @@
<div class="charHex"><span class="charHexHead">{{localize "POKEMON.System.Speed"}}</span></br><span class="charHexValue">{{system.speed}}</span></div> <div class="charHex"><span class="charHexHead">{{localize "POKEMON.System.Speed"}}</span></br><span class="charHexValue">{{system.speed}}</span></div>
</div> </div>
</div> </div>
<span>{{system.tab}}</span>
</div> </div>
<div class="vertLine"></div> <div class="vertLine"></div>