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