Dev-Bot / static /styles.css
Abdul-Haseeb's picture
Upload 3 files
77eaffc verified
raw
history blame contribute delete
402 Bytes
.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;
}