File size: 391 Bytes
0c4cce1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#message-input {
	margin-right: 30px;
	height: 64px;
}

#message-input::-webkit-scrollbar {
	width: 5px;
}

#message-input::-webkit-scrollbar-track {
	background: #f1f1f1;
}

#message-input::-webkit-scrollbar-thumb {
	background: #c7a2ff;
}

#message-input::-webkit-scrollbar-thumb:hover {
	background: #8b3dff;
}

@media screen and (max-width: 360px) {
	#message-input {
		margin: 0;
	}
}