Merge branch 'staging' into neo-server

This commit is contained in:
Cohee
2024-04-15 01:23:36 +03:00
7 changed files with 329 additions and 29 deletions

View File

@@ -28,15 +28,22 @@
z-index: 30;
overflow: hidden;
right: 0;
top: 50px;
aspect-ratio: 2 / 3;
width: fit-content;
max-height: calc(60vh - 60px);
max-height: calc(60svh - 60px);
max-width: 90vw;
max-width: 90svw;
left: 50%;
transform: translateX(-50%);
top: 50%;
transform: translateX(-50%) translateY(-50%);
align-items: center;
justify-content: center;
height: fit-content;
width: 100%;
}
.zoomed_avatar .dragClose {
display: unset;
}
/* .world_entry_thin_controls, */
@@ -347,15 +354,18 @@
}
body:not(.waifuMode) .zoomed_avatar {
width: fit-content;
max-height: calc(60vh - 60px);
max-height: calc(60svh - 60px);
max-width: 90vw;
max-width: 90svw;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
align-items: center;
justify-content: center;
height: fit-content;
width: 100%;
}
}
/*portrait mode phones*/
@@ -373,10 +383,13 @@
overflow: hidden;
display: none;
right: 0;
top: 50px;
aspect-ratio: 2 / 3;
left: 50%;
transform: translateX(-50%);
top: 50%;
transform: translateX(-50%) translateY(-50%);
align-items: center;
justify-content: center;
height: fit-content;
width: 100%;
}
.drawer25pWidth {

View File

@@ -393,6 +393,7 @@ body.waifuMode .zoomed_avatar {
margin: 0 auto;
top: 50px;
aspect-ratio: 2 / 3;
height: auto;
}
/* movingUI*/