This commit is contained in:
2025-08-11 15:20:00 +02:00
parent 048cc72060
commit 24f3bb5a01
5 changed files with 40 additions and 49 deletions

View File

@@ -714,4 +714,15 @@
right: 0px;
border-top-left-radius: 20px;
}
.inventoryBox {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-items: space-evenly;
position: absolute;
z-index: 100;
margin-top: 15px;
margin-left: 30px;
}
}