From d1dfcb06e642201a45197d27245e44bd398be88e Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 21 Apr 2022 00:50:33 +1200 Subject: [PATCH] Increase user dialog avatars height --- html/src/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.scss b/html/src/app.scss index e2119cd8..366fc4a2 100644 --- a/html/src/app.scss +++ b/html/src/app.scss @@ -258,7 +258,7 @@ a { display: flex; flex-wrap: wrap; align-items: flex-start; - max-height: 150px; + max-height: 300px; } .x-friend-list > .x-friend-group {