This commit is contained in:
2025-08-03 15:25:15 +02:00
parent 60951bcb37
commit c6a9566b67
5 changed files with 47 additions and 3 deletions

View File

@@ -241,12 +241,31 @@
-moz-border-radius: 10px;
-o-border-radius: 10px;
padding: 5px;
margin: 5px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
text-align: center;
}
.pokemon.sheet.characterSheet .charHPCurrent {
width: 80px;
height: 80px;
margin-left: 20px;
}
.pokemon.sheet.characterSheet .charHPMax {
width: 35px;
height: 35px;
}
.pokemon.sheet.characterSheet .charHexHead {
font-size: 20px;
}
.pokemon.sheet.characterSheet .hpHead {
font-size: 30px;
}
.pokemon.sheet.characterSheet .hpMaxHead {
font-size: 18px;
}
.pokemon.sheet.characterSheet .menuBox {
background-color: #5e0000;
border: none;