mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Update
This commit is contained in:
parent
11d400e110
commit
cad16967b7
@ -98,6 +98,7 @@
|
||||
|
||||
#conversationsElem .conversation-msg-image {
|
||||
height: 50px;
|
||||
max-width: 50px;
|
||||
}
|
||||
|
||||
#conversationsElem .direct-chat-text {
|
||||
|
@ -930,7 +930,7 @@ const ConvChatWindow = {
|
||||
createElem2({
|
||||
appendTo: imageLink,
|
||||
type: "img",
|
||||
class: "message-img",
|
||||
class: "conversation-msg-image",
|
||||
src: messageFile.thumbnail == null ? messageFile.url : messageFile.thumbnail
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user