This commit is contained in:
2025-08-04 10:46:36 +02:00
parent 9be55d4eb5
commit ab27a30d4c
6 changed files with 21 additions and 6 deletions

View File

@@ -226,6 +226,7 @@
}
.pokemon.sheet.characterSheet .row {
display: flex;
align-items: center;
}
.pokemon.sheet.characterSheet .charHex {
width: 65px;
@@ -354,6 +355,9 @@
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
position: absolute;
z-index: 100;
margin-top: 25px;
}
.pokemon.sheet.characterSheet .categorySelectBox {
display: flex;
@@ -361,3 +365,6 @@
align-items: flex-start;
justify-items: space-evenly;
}
.pokemon.sheet.characterSheet .statHex {
margin-top: 0px;
}