done chat
This commit is contained in:
		@@ -97,13 +97,14 @@ canvas {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chat-container {
 | 
			
		||||
    overflow: scroll;
 | 
			
		||||
    border: black solid
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.messages-container {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    height: 75%;
 | 
			
		||||
    overflow: scroll;
 | 
			
		||||
    overflow-wrap: anywhere;
 | 
			
		||||
    border: gray solid;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -125,4 +126,11 @@ canvas {
 | 
			
		||||
    font-size: 15pt;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    padding: 0
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chat-message {
 | 
			
		||||
    margin-top: 8px;
 | 
			
		||||
    margin-bottom: 8px;
 | 
			
		||||
    margin-left: 8px;
 | 
			
		||||
    margin-right: 16px;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user