mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix white theme issue
This commit is contained in:
		@@ -69,8 +69,13 @@
 | 
				
			|||||||
	margin: auto;
 | 
						margin: auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.big-box-conversation .direct-chat-text .a,
 | 
					.big-box-conversation .otheruser .direct-chat-text .a,
 | 
				
			||||||
.big-box-conversation .direct-chat-text a {
 | 
					.big-box-conversation .otheruser .direct-chat-text a  {
 | 
				
			||||||
 | 
						color: black;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.big-box-conversation .curruser .direct-chat-text .a,
 | 
				
			||||||
 | 
					.big-box-conversation .curruser .direct-chat-text a  {
 | 
				
			||||||
	color: white;
 | 
						color: white;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -223,7 +223,7 @@ const ConversationPageConvPart = {
 | 
				
			|||||||
		//Create message container
 | 
							//Create message container
 | 
				
			||||||
		var messageContainer = createElem2({
 | 
							var messageContainer = createElem2({
 | 
				
			||||||
			type: "div",
 | 
								type: "div",
 | 
				
			||||||
			class: "direct-chat-msg " + (userIsOwner ? "curruser" : "")
 | 
								class: "direct-chat-msg " + (userIsOwner ? "curruser" : "otheruser")
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		//Apply message container
 | 
							//Apply message container
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user