This commit is contained in:
2025-08-04 10:36:35 +02:00
parent 43ff4270ec
commit 1409ef1733
8 changed files with 66 additions and 4 deletions

View File

@@ -349,3 +349,15 @@
top: 186px;
border-top-left-radius: 101px 60px;
}
.pokemon.sheet.characterSheet .statsBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
}
.pokemon.sheet.characterSheet .categorySelectBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
}