From 22e4721eada00e2fd154690a38fb5af8561e138f Mon Sep 17 00:00:00 2001 From: Kristan Schlikow Date: Sun, 14 Apr 2024 18:26:40 +0200 Subject: [PATCH] Move zoomed avatar back down to match old display --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index ae3062edb..6ee1635d9 100644 --- a/public/style.css +++ b/public/style.css @@ -3814,7 +3814,7 @@ body:not(.movingUI) .drawer-content.maximized { position: absolute; height: 100%; max-height: 100vh !important; - align-items: center; + align-items: end; } .zoomed_avatar_container {