mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Update
This commit is contained in:
		@@ -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
 | 
				
			||||||
				});
 | 
									});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user