From 13b5df569f40693291951b34f39423160392acf8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Feb 2023 18:10:05 +0200 Subject: [PATCH] size consistency for small expanded images in chat --- files/assets/css/chat.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 4c4adcbb4..475195854 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -169,3 +169,7 @@ img[alt^="![]("] { #online > li, #online3 > li { margin-top: 0.35rem; } + +#desktop-expanded-image { + min-height: 150px; +}