Files
myprojplanet_vite/src/components/ChatBot/ChatBot.scss
2025-08-09 00:48:44 +02:00

12 lines
122 B
SCSS
Executable File

.chat-container {
max-height: 400px;
overflow-y: auto;
}
.user {
text-align: right;
}
.bot {
text-align: left;
}