✨
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
10
pokemon.css
10
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;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.0.56",
|
||||
"version": "0.0.57",
|
||||
"id": "pokemon",
|
||||
"title": "Pokémon TTRPG",
|
||||
"description": "A Pokémon TTRPG",
|
||||
|
||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
@@ -24,6 +24,8 @@
|
||||
<div class="charHex"><span class="charHexHead">{{localize "POKEMON.System.Speed"}}</span></br><span class="charHexValue">{{system.speed}}</span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<span>{{system.tab}}</span>
|
||||
</div>
|
||||
|
||||
<div class="vertLine"></div>
|
||||
|
||||
Reference in New Issue
Block a user