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;
|
margin: 0 auto;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
aspect-ratio: 2 / 3;
|
aspect-ratio: 2 / 3;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* movingUI*/
|
/* movingUI*/
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue