mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix zoomed avatars with moving UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user