File size: 402 Bytes
77eaffc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
.chat-row {
    display: flex;
    margin: 10px ;
}

.row-reverse {
    flex-direction: row-reverse;
}

.chat-icon {
    border-radius: 50%;
}

.chat-bubble {
    display: flex;
    max-width: 90%;
    padding: 15px;
    border-radius: 10px;
    margin: 0;
}

.ai-bubble {
    white-space: normal;
    background: #041415ac;
}

.human-bubble {
    background: #041415ac;
}