12 lines
122 B
SCSS
Executable File
12 lines
122 B
SCSS
Executable File
.chat-container {
|
|
max-height: 400px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.user {
|
|
text-align: right;
|
|
}
|
|
|
|
.bot {
|
|
text-align: left;
|
|
} |