We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576d5c9 commit 1d808d1Copy full SHA for 1d808d1
src/resources/chatPanel.css
@@ -34,6 +34,12 @@
34
margin: 4px 0;
35
border-radius: 4px;
36
}
37
+
38
+.model pre {
39
+ position: relative;
40
+ padding-top: 30px !important;
41
+}
42
43
.model pre code {
44
background-color: #040404 !important;
45
padding: 1em;
@@ -62,10 +68,7 @@
62
68
.copy-btn:hover {
63
69
background: #757575;
64
70
65
-.model pre {
66
- position: relative;
67
- padding-top: 30px !important;
-}
71
72
.katex {
73
color: white !important;
74
background-color: transparent !important;
@@ -168,4 +171,5 @@ think {
168
171
padding-left: 0.8em;
169
172
margin: 0.5em 0;
170
173
display: block; /* 确保块级显示 */
174
+ white-space: pre-wrap;
175
0 commit comments