@mujian/js-sdk 0.0.6-beta.4 → 0.0.6-beta.6
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.
- package/dist/react.css +1 -68
- package/package.json +1 -1
package/dist/react.css
CHANGED
|
@@ -89,76 +89,9 @@
|
|
|
89
89
|
-moz-osx-font-smoothing: grayscale;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
html {
|
|
93
|
-
-webkit-backface-visibility: hidden;
|
|
94
|
-
-webkit-perspective: 1000px;
|
|
95
|
-
-webkit-transform: translateZ(0);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
92
|
body {
|
|
99
|
-
background-color: var(--SmartThemeBlurTintColor);
|
|
100
|
-
width: 100%;
|
|
101
|
-
height: 100dvh;
|
|
102
|
-
font-family: var(--mainFontFamily);
|
|
103
93
|
font-size: var(--mainFontSize);
|
|
104
94
|
color: var(--SmartThemeBodyColor);
|
|
105
|
-
color-scheme: light only;
|
|
106
|
-
background-repeat: no-repeat;
|
|
107
|
-
background-size: cover;
|
|
108
|
-
background-attachment: fixed;
|
|
109
|
-
margin: 0;
|
|
110
|
-
padding: 0;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
::-webkit-scrollbar {
|
|
114
|
-
scrollbar-gutter: stable;
|
|
115
|
-
width: .7rem;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
::-webkit-scrollbar-track {
|
|
119
|
-
cursor: default;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
::-webkit-scrollbar-track:hover {
|
|
123
|
-
background-color: #7e7e7e33;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
::-webkit-scrollbar-thumb {
|
|
127
|
-
cursor: grab;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
::-webkit-scrollbar-thumb:active {
|
|
131
|
-
cursor: grabbing;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.scrollY {
|
|
135
|
-
overflow-y: auto !important;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
::-webkit-scrollbar-thumb:vertical {
|
|
139
|
-
background-color: var(--grey7070a);
|
|
140
|
-
box-shadow: inset 0 0 0 1px var(--black50a);
|
|
141
|
-
background-clip: content-box;
|
|
142
|
-
border: 2px solid #0000;
|
|
143
|
-
border-radius: 10px;
|
|
144
|
-
min-height: 40px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
body.movingUI ::-webkit-scrollbar-thumb:vertical {
|
|
148
|
-
border-top: 20px solid #0000;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
::-webkit-scrollbar-thumb:horizontal {
|
|
152
|
-
background-color: var(--grey7070a);
|
|
153
|
-
box-shadow: inset 0 0 0 1px var(--black50a);
|
|
154
|
-
background-clip: content-box;
|
|
155
|
-
border: 2px solid #0000;
|
|
156
|
-
border-radius: 10px;
|
|
157
|
-
min-width: 40px;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
::-webkit-scrollbar-corner {
|
|
161
|
-
background-color: #0000;
|
|
162
95
|
}
|
|
163
96
|
|
|
164
97
|
.mes_text table, .mes_reasoning table {
|
|
@@ -231,7 +164,7 @@ body.movingUI ::-webkit-scrollbar-thumb:vertical {
|
|
|
231
164
|
unicode-bidi: isolate;
|
|
232
165
|
margin-block: 1em;
|
|
233
166
|
margin-inline: 0;
|
|
234
|
-
padding-inline-start:
|
|
167
|
+
padding-inline-start: 24px;
|
|
235
168
|
list-style-type: decimal;
|
|
236
169
|
display: block;
|
|
237
170
|
}
|