17 lines
212 B
CSS
17 lines
212 B
CSS
.chatBubble {
|
|
max-width: 80%;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.chatBubbleUser {
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.chatBubbleAssistant {
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.chatScrollViewport {
|
|
scroll-behavior: smooth;
|
|
}
|