File size: 186 Bytes
2f49513
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
.chat-history-entries {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 300px;
}

.chat-history-entries li {
  background: #ececec;
  padding: 15px;
  border-radius: 15px;
}