balibabu
feat: fetch conversation and delete chat dialog (#69)
058cd84
raw
history blame
220 Bytes
.chatContainer {
padding: 0 24px 24px;
}
.messageItem {
.messageItemContent {
display: inline-block;
width: 300px;
}
}
.messageItemLeft {
text-align: left;
}
.messageItemRight {
text-align: right;
}