Fix zoomed avatars with moving UI

This commit is contained in:
Cohee 2024-04-14 20:13:45 +03:00
parent 22e4721ead
commit fcb47c9401
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -3812,7 +3812,7 @@ body:not(.movingUI) .drawer-content.maximized {
max-width: var(--maxWidth); max-width: var(--maxWidth);
left: var(--leftPosition); left: var(--leftPosition);
position: absolute; position: absolute;
height: 100%; height: auto;
max-height: 100vh !important; max-height: 100vh !important;
align-items: end; align-items: end;
} }