Files
myprojplanet_vite/src/components/ChatBot/ChatBot.scss

12 lines
122 B
SCSS
Raw Normal View History

2025-08-09 00:48:44 +02:00
.chat-container {
max-height: 400px;
overflow-y: auto;
}
.user {
text-align: right;
}
.bot {
text-align: left;
}