- Iniziato a scrivere la CHATBOT...
This commit is contained in:
12
src/components/ChatBot/ChatBot.scss
Executable file
12
src/components/ChatBot/ChatBot.scss
Executable file
@@ -0,0 +1,12 @@
|
||||
.chat-container {
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.user {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.bot {
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user