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

@@ -340,7 +340,7 @@
position: absolute;
right: 0px;
height: 5px;
bottom: 496px;
bottom: 511px;
background-color: #5e0000;
}
@@ -633,4 +633,9 @@
.fairy {
background-color: #D685AD;
}
.charInfoBox {
display: flex;
flex-direction: column;
}
}