Files
chat-gpz/components/Chat/ChatLayout.module.css
T
Zacharias-Brohn d702390660 initial commit
2026-01-14 06:12:55 +01:00

13 lines
160 B
CSS

.chatBubble {
max-width: 80%;
line-height: 1.6;
}
.chatBubbleUser {
border-top-right-radius: 0;
}
.chatBubbleAssistant {
border-top-left-radius: 0;
}