File size: 1,401 Bytes
452020d
830bf29
aa396c5
 
830bf29
aa396c5
452020d
058cd84
 
aa396c5
 
058cd84
aa396c5
 
 
 
 
79f4fcc
aa396c5
 
 
 
 
 
 
 
3726b19
 
 
 
 
 
 
aa396c5
825281b
3726b19
 
f1ced48
985fa34
 
 
3726b19
 
985fa34
 
aa396c5
405c9f9
 
 
700dff9
 
 
6aa5abc
 
 
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.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;
  }
  .messageTextBase() {
    padding: 6px 10px;
    border-radius: 8px;
    & > p {
      margin: 0;
    }
  }
  .messageText {
    .chunkText();
    .messageTextBase();
    background-color: #e6f4ff;
    word-break: break-all;
  }
  .messageUserText {
    .chunkText();
    .messageTextBase();
    background-color: rgb(248, 247, 247);
    word-break: break-all;
    text-align: justify;
  }
  .messageEmpty {
    width: 300px;
  }
  // .referenceIcon {
  //   padding: 0 6px;
  // }
  .thumbnailImg {
    max-width: 20px;
  }
}

.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;
// }