From dd753498fa32e1f0af882d49ff4fa349282de275 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:01:11 +0300 Subject: [PATCH] Unscrew zoomed mobile avatars width --- public/css/mobile-styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/mobile-styles.css b/public/css/mobile-styles.css index f8148a734..388aaff01 100644 --- a/public/css/mobile-styles.css +++ b/public/css/mobile-styles.css @@ -315,8 +315,7 @@ min-width: 100px; min-height: 100px; max-height: 50vh; - max-width: 50vh; - width: 50vw; + max-width: 90vw; position: absolute; padding: 0; filter: drop-shadow(2px 2px 2px #51515199);