Move zoomed avatar back down to match old display

This commit is contained in:
Kristan Schlikow
2024-04-14 18:26:40 +02:00
parent 928fa7a3fc
commit 22e4721ead

View File

@@ -3814,7 +3814,7 @@ body:not(.movingUI) .drawer-content.maximized {
position: absolute; position: absolute;
height: 100%; height: 100%;
max-height: 100vh !important; max-height: 100vh !important;
align-items: center; align-items: end;
} }
.zoomed_avatar_container { .zoomed_avatar_container {