✨
This commit is contained in:
@@ -311,8 +311,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.charHPMax {
|
.charHPMax {
|
||||||
width: 50px;
|
width: 60px;
|
||||||
height: 50px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.charHexValue {
|
.charHexValue {
|
||||||
@@ -321,6 +321,11 @@
|
|||||||
|
|
||||||
.hpValue {
|
.hpValue {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hpLabel {
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hpMaxValue {
|
.hpMaxValue {
|
||||||
|
|||||||
@@ -266,14 +266,18 @@
|
|||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .charHPMax {
|
.pokemon.sheet.characterSheet .charHPMax {
|
||||||
width: 50px;
|
width: 60px;
|
||||||
height: 50px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .charHexValue {
|
.pokemon.sheet.characterSheet .charHexValue {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .hpValue {
|
.pokemon.sheet.characterSheet .hpValue {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
.pokemon.sheet.characterSheet .hpLabel {
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .hpMaxValue {
|
.pokemon.sheet.characterSheet .hpMaxValue {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.20",
|
"version": "0.1.21",
|
||||||
"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.
Reference in New Issue
Block a user