File size: 1,100 Bytes
452020d 830bf29 aa396c5 830bf29 aa396c5 452020d 058cd84 aa396c5 058cd84 aa396c5 79f4fcc aa396c5 825281b aa396c5 f1ced48 aa396c5 405c9f9 700dff9 058cd84 8e222fd 700dff9 8e222fd 700dff9 6a6f6eb 700dff9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
.chatContainer {
padding: 0 0 24px 24px;
.messageContainer {
overflow-y: auto;
padding-right: 24px;
}
}
.messageItem {
padding: 24px 0;
.messageItemSection {
display: inline-block;
}
.messageItemSectionLeft {
width: 70%;
}
.messageItemSectionRight {
width: 40%;
}
.messageItemContent {
display: inline-flex;
gap: 20px;
}
.messageItemContentReverse {
flex-direction: row-reverse;
}
.messageText {
.chunkText();
padding: 0 14px;
background-color: rgba(249, 250, 251, 1);
word-break: break-all;
}
.messageEmpty {
width: 300px;
}
// .referenceIcon {
// padding: 0 6px;
// }
}
.messageItemLeft {
text-align: left;
}
.messageItemRight {
text-align: right;
}
// .referencePopoverWrapper {
// max-width: 50vw;
// }
// .referenceChunkImage {
// width: 10vw;
// object-fit: contain;
// }
// .referenceImagePreview {
// max-width: 45vw;
// max-height: 45vh;
// }
// .chunkContentText {
// .chunkText;
// max-height: 45vh;
// overflow-y: auto;
// }
// .documentLink {
// padding: 0;
// }
|