Spaces:
Sleeping
Sleeping
| .chat-row { | |
| display: flex; | |
| margin: 10px ; | |
| } | |
| .row-reverse { | |
| flex-direction: row-reverse; | |
| } | |
| .chat-icon { | |
| border-radius: 50%; | |
| } | |
| .chat-bubble { | |
| display: flex; | |
| max-width: 90%; | |
| padding: 15px; | |
| border-radius: 10px; | |
| margin: 0; | |
| } | |
| .ai-bubble { | |
| white-space: normal; | |
| background: #041415ac; | |
| } | |
| .human-bubble { | |
| background: #041415ac; | |
| } | |