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