File size: 372 Bytes
60be607
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import url("file/css/chat_style-cai-chat.css");

.circle-bot, .circle-you {
    height: 90px;
    width: 60px;
    border-radius: 10px;
    background-color: #656565;
}

.circle-bot img, .circle-you img {
    border-radius: 8.333px;
}

.circle-you {
    background-color: #656565;
}

.message {
    padding-bottom: 30px;
    grid-template-columns: 70px minmax(0, 1fr);
}