From 06bc0d4fdf4eeb59dede8532f1558b4096fc2889 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 21 Jan 2023 13:52:12 +0200 Subject: [PATCH] minor improvement to chat --- files/assets/css/chat.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index fbe8adf3f..0de353d7e 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -130,3 +130,11 @@ lite-youtube { .resizable>video { max-height: 48vh!important; } + +img[alt^="![]("] { + height: 150px; + width: 100%; + -o-object-fit: contain; + object-fit: contain; + object-position: left; +}