Kara is a digital assistent aimed to help in any daily situation. => Moved to /LunaDev/luna-development
https://luna-development.net/kara/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
455 B
34 lines
455 B
#kara { |
|
margin: 2em auto auto auto; |
|
width: 50em; |
|
max-width: 99%; |
|
max-height: 100%; |
|
color: white; |
|
} |
|
|
|
#kara .card { |
|
height: 40em; |
|
} |
|
|
|
.message { |
|
color: black; |
|
padding: 10px; |
|
margin-bottom: 5px; |
|
min-width: 55%; |
|
max-width: 80%; |
|
} |
|
|
|
.ai-message { |
|
border-radius: 0px 15px 15px 15px; |
|
background-color: lightgreen; |
|
} |
|
|
|
.user-message { |
|
border-radius: 15px 0px 15px 15px; |
|
background-color: lightblue; |
|
} |
|
|
|
#chat-box { |
|
overflow-y: scroll; |
|
height: 25em; |
|
} |