This commit is contained in:
Nikolaj
2025-08-05 10:15:03 +02:00
parent 38e52a3371
commit ce5c9534b4
7 changed files with 84 additions and 55 deletions

View File

@@ -290,7 +290,7 @@
position: absolute;
right: 0px;
height: 5px;
bottom: 496px;
bottom: 511px;
background-color: #5e0000;
}
.pokemon.sheet.characterSheet nav {
@@ -529,3 +529,7 @@
.pokemon.sheet.characterSheet .fairy {
background-color: #D685AD;
}
.pokemon.sheet.characterSheet .charInfoBox {
display: flex;
flex-direction: column;
}