From bebfdd7d35a7b12f35dd8e04c41ad46dabd179d4 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 9 Mar 2021 17:08:32 +0100 Subject: [PATCH] Fix bad picture appearance --- assets/css/components/conversations/windows.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/components/conversations/windows.css b/assets/css/components/conversations/windows.css index 8c4fec11..32df3edf 100644 --- a/assets/css/components/conversations/windows.css +++ b/assets/css/components/conversations/windows.css @@ -116,8 +116,8 @@ } #conversationsElem .conversation-msg-image { - height: 50px; - max-width: 50px; + max-height: 50px; + max-width: 150px; } #conversationsElem .direct-chat-text {