This commit is contained in:
2025-08-04 14:02:01 +02:00
parent a9611643d6
commit b9cd18b5cc
6 changed files with 29 additions and 10 deletions

View File

@@ -533,4 +533,15 @@
border-radius: 50%;
background: black;
}
.combatBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
position: absolute;
z-index: 100;
margin-top: 25px;
margin-left: 50px;
}
}