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

@@ -271,6 +271,7 @@
.row {
display: flex;
align-items: center;
}
.charHex {
@@ -422,6 +423,9 @@
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
position: absolute;
z-index: 100;
margin-top: 25px;
}
.categorySelectBox {
@@ -430,4 +434,8 @@
align-items: flex-start;
justify-items: space-evenly;
}
.statHex {
margin-top: 0px;
}
}