1
0
forked from noxious/client

added cutout shape to char select

This commit is contained in:
2024-06-02 21:54:17 +02:00
parent b995d1f8c1
commit e97febd5c1
6 changed files with 37 additions and 13 deletions

View File

@ -90,8 +90,9 @@ onUnmounted(() => {
position: fixed;
top: 0;
left: 0;
width: 30%;
height: 40%;
max-width: 500px;
min-width: 350px;
min-height: 300px;
border-radius: 20px;
background-color: rgba($white, 0.8);
z-index: 999;