@myun/gimi-chat 0.9.31 → 0.9.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
justify-content: center;
|
|
5
5
|
width: calc(100% - 32px);
|
|
6
6
|
max-width: 800px;
|
|
7
|
-
margin: 0px 16px
|
|
8
|
-
box-shadow: 0 2px
|
|
7
|
+
margin: 0px 16px 20px;
|
|
8
|
+
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
|
|
9
9
|
border-radius: 20px;
|
|
10
10
|
}
|
|
11
11
|
@media (min-width: 1920px) {
|
|
@@ -15,13 +15,14 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.deepthink {
|
|
18
|
-
padding: 0
|
|
18
|
+
padding: 0 8px;
|
|
19
19
|
height: 32px;
|
|
20
20
|
border-radius: 18px;
|
|
21
21
|
display: flex;
|
|
22
22
|
align-items: center;
|
|
23
23
|
justify-content: center;
|
|
24
24
|
cursor: pointer;
|
|
25
|
+
margin-right: 4px;
|
|
25
26
|
}
|
|
26
27
|
.deepthink :hover {
|
|
27
28
|
background-color: var(--theme-subtleNeutral, #F5F7FA);
|
|
@@ -49,7 +50,6 @@
|
|
|
49
50
|
justify-content: center;
|
|
50
51
|
cursor: pointer;
|
|
51
52
|
border-radius: 50%;
|
|
52
|
-
margin-left: -8px;
|
|
53
53
|
}
|
|
54
54
|
.uploadIcon:hover {
|
|
55
55
|
border-radius: 50%;
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
align-items: center;
|
|
129
129
|
justify-content: flex-start;
|
|
130
130
|
}
|
|
131
|
+
.configureArea > div:first-child {
|
|
132
|
+
margin-left: -8px;
|
|
133
|
+
}
|
|
131
134
|
|
|
132
135
|
:global .semi-aiChatInput-footer-action-send {
|
|
133
136
|
background-color: var(--theme-primary, #4086ff);
|
|
@@ -142,12 +145,21 @@
|
|
|
142
145
|
font-size: 16px;
|
|
143
146
|
color: var(--theme-mediumNeutral, #9AA7B7);
|
|
144
147
|
}
|
|
148
|
+
:global .semi-aiChatInput-editor-content .tiptap p {
|
|
149
|
+
color: var(--theme-deepNeutral, #2E394C);
|
|
150
|
+
}
|
|
145
151
|
:global .semi-aiChatInput-editor-content .tiptap .input-slot {
|
|
146
152
|
background-color: var(--theme-subtleNeutral, #F5F7FA);
|
|
147
153
|
}
|
|
148
154
|
:global .semi-aiChatInput-editor-content .tiptap .input-slot .input-slot-placeholder {
|
|
149
155
|
color: var(--theme-dustyNeutral, #717F94);
|
|
150
156
|
}
|
|
157
|
+
:global .semi-aiChatInput-footer-action-stop {
|
|
158
|
+
background-color: var(--theme-deepNeutral, #2E394C);
|
|
159
|
+
}
|
|
160
|
+
:global .semi-aiChatInput-footer-action-stop:hover {
|
|
161
|
+
background-color: var(--theme-neutral, #4C5A70);
|
|
162
|
+
}
|
|
151
163
|
|
|
152
164
|
.agentContainer {
|
|
153
165
|
display: flex;
|