✨
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
10
pokemon.css
10
pokemon.css
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
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 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user