Fix zoomed avatars with moving UI
This commit is contained in:
parent
22e4721ead
commit
fcb47c9401
|
@ -393,6 +393,7 @@ body.waifuMode .zoomed_avatar {
|
|||
margin: 0 auto;
|
||||
top: 50px;
|
||||
aspect-ratio: 2 / 3;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* movingUI*/
|
||||
|
|
|
@ -3812,7 +3812,7 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||
max-width: var(--maxWidth);
|
||||
left: var(--leftPosition);
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
max-height: 100vh !important;
|
||||
align-items: end;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue