This commit is contained in:
2025-08-03 15:28:30 +02:00
parent c6a9566b67
commit 5b410e13f2
5 changed files with 21 additions and 19 deletions

View File

@@ -222,6 +222,7 @@
}
.pokemon.sheet.characterSheet .hitPointBox {
display: flex;
align-items: flex-end;
}
.pokemon.sheet.characterSheet .row {
display: flex;
@@ -241,7 +242,7 @@
-moz-border-radius: 10px;
-o-border-radius: 10px;
padding: 5px;
margin: 5px;
margin: 10px;
display: flex;
flex-direction: column;
justify-content: space-around;
@@ -249,21 +250,21 @@
text-align: center;
}
.pokemon.sheet.characterSheet .charHPCurrent {
width: 80px;
height: 80px;
width: 70px;
height: 70px;
margin-left: 20px;
}
.pokemon.sheet.characterSheet .charHPMax {
width: 35px;
height: 35px;
width: 40px;
height: 40px;
}
.pokemon.sheet.characterSheet .charHexHead {
.pokemon.sheet.characterSheet .charHexValue {
font-size: 20px;
}
.pokemon.sheet.characterSheet .hpHead {
.pokemon.sheet.characterSheet .hpValue {
font-size: 30px;
}
.pokemon.sheet.characterSheet .hpMaxHead {
.pokemon.sheet.characterSheet .hpMaxValue {
font-size: 18px;
}
.pokemon.sheet.characterSheet .menuBox {