forked from noxious/client
added cutout shape to char select
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user