Fix bad picture appearance

This commit is contained in:
Pierre HUBERT 2021-03-09 17:08:32 +01:00
parent b8be70f6dc
commit bebfdd7d35

View File

@ -116,8 +116,8 @@
} }
#conversationsElem .conversation-msg-image { #conversationsElem .conversation-msg-image {
height: 50px; max-height: 50px;
max-width: 50px; max-width: 150px;
} }
#conversationsElem .direct-chat-text { #conversationsElem .direct-chat-text {