Files
chat-gpz/components/Chat/ChatLayout.module.css
T
Zacharias-Brohn 7c4cf97254 changes
2026-01-14 21:05:23 +01:00

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;
}