mtxuilib 0.0.488 → 0.0.490
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/esm/dynComponents.d.ts +4 -0
- package/dist/esm/dynComponents.js +1 -0
- package/dist/esm/layouts/mail-layout/index.js +1 -1
- package/dist/esm/ui/novel/tailwind/extensions.d.ts +1 -1
- package/dist/esm/ui/novel/tailwind/image-upload.d.ts +1 -1
- package/dist/esm/ui/novel/tailwind/slash-command.d.ts +1 -1
- package/dist/styles/globals.css +219 -219
- package/dist/styles/prosemirror.css +171 -171
- package/dist/tailwind.cjs +82 -82
- package/dist/tsconfig.type.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";import e from"next/dynamic";const t=e(()=>import("./demos/bigcode/BigCode").then(o=>o.BigCode),{});export{t as LzBigCode};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{Fragment as m,jsx as
|
|
1
|
+
"use client";import{Fragment as m,jsx as i,jsxs as C}from"react/jsx-runtime";import{atom as l,createStore as x,useAtom as r,useSetAtom as S}from"jotai";import{useEffect as y}from"react";import b from"use-resize-observer";import{cn as u}from"../../lib/utils";import{ResizableHandle as L,ResizablePanel as d,ResizablePanelGroup as P}from"../../ui/resizable";import{MailLyContent as G}from"./detail/MailLyContent";const c=[20,30,50],f=[40,50,60],z=[10,15,10],p=l(c,(o,t,e)=>{t(p,e)}),h=l(!1,(o,t,e)=>{t(h,e)}),v=l(!1),O=l(void 0),W=l("value1"),k=x(),H=o=>{const{children:t}=o,{ref:e,width:n,height:s}=b();return i(m,{children:i("div",{ref:e,className:"w-full ",children:i(P,{direction:"horizontal",onLayout:a=>{document.cookie=`react-resizable-panels:layout=${JSON.stringify(a)}`},className:u("h-96 max-h-full min-h-full w-full flex-1 items-stretch "),style:{height:(s||1)-1},children:t})})})},J=o=>{const{children:t}=o,[e,n]=r(h),[s]=r(p),a=S(v);return y(()=>{a(!0)},[a]),C(m,{children:[i(d,{defaultSize:s&&s[0]||c[0],collapsedSize:4,collapsible:!0,minSize:z[0],maxSize:f[0],onCollapse:()=>{n(!0),document.cookie=`react-resizable-panels:collapsed=${JSON.stringify(!0)}`},onExpand:()=>{n(!1),document.cookie=`react-resizable-panels:collapsed=${JSON.stringify(!1)}`},className:u(e&&"min-w-[50px] transition-all duration-300 ease-in-out"),children:t}),i(L,{withHandle:!0})]})},T=o=>{const{children:t}=o,[e]=r(p);return i(m,{children:i(d,{defaultSize:e&&e[1]||c[1],minSize:z[1],maxSize:f[1],className:"hidden h-full w-full md:flex",children:t})})};export{H as MailLayout,T as MailLayoutList,J as MailLayoutSidenav,G as MailLyContent,c as detaultSizes,W as exampleValue1Atom,k as mailLayoutStore,h as mailLyCollapsedAtom,p as mailLySizesAtom,f as maxSizes,z as minSizes,O as trpcListViewAtom};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const defaultExtensions: (import("@tiptap/core").Extension<any, any> | import("@tiptap/core").Mark<import("
|
|
1
|
+
export declare const defaultExtensions: (import("@tiptap/core").Extension<any, any> | import("@tiptap/core").Mark<import("../novel/src/extensions").AIHighlightOptions, any> | import("@tiptap/core").Node<import("@tiptap/extension-horizontal-rule").HorizontalRuleOptions, any>)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const uploadFn: import("
|
|
1
|
+
export declare const uploadFn: import("../novel/src/plugins").UploadFn;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const suggestionItems: import("
|
|
1
|
+
export declare const suggestionItems: import("../novel/src/extensions").SuggestionItem[];
|
|
2
2
|
export declare const slashCommand: import("@tiptap/core").Extension<any, any>;
|
package/dist/styles/globals.css
CHANGED
|
@@ -1,219 +1,219 @@
|
|
|
1
|
-
@tailwind base;
|
|
2
|
-
@tailwind components;
|
|
3
|
-
@tailwind utilities;
|
|
4
|
-
|
|
5
|
-
@layer base {
|
|
6
|
-
:root {
|
|
7
|
-
--background: 0 0% 100%;
|
|
8
|
-
--foreground: 222.2 84% 4.9%;
|
|
9
|
-
|
|
10
|
-
--muted: 210 40% 96.1%;
|
|
11
|
-
--muted-foreground: 215.4 16.3% 46.9%;
|
|
12
|
-
|
|
13
|
-
--popover: 0 0% 100%;
|
|
14
|
-
--popover-foreground: 222.2 84% 4.9%;
|
|
15
|
-
|
|
16
|
-
--card: 0 0% 100%;
|
|
17
|
-
--card-foreground: 222.2 84% 4.9%;
|
|
18
|
-
|
|
19
|
-
--border: 214.3 31.8% 91.4%;
|
|
20
|
-
--input: 214.3 31.8% 91.4%;
|
|
21
|
-
|
|
22
|
-
--primary: 222.2 47.4% 11.2%;
|
|
23
|
-
--primary-foreground: 210 40% 98%;
|
|
24
|
-
|
|
25
|
-
--secondary: 210 40% 96.1%;
|
|
26
|
-
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
27
|
-
|
|
28
|
-
--accent: 210 40% 96.1%;
|
|
29
|
-
--accent-foreground: 222.2 47.4% 11.2%;
|
|
30
|
-
|
|
31
|
-
--destructive: 0 84.2% 60.2%;
|
|
32
|
-
--destructive-foreground: 210 40% 98%;
|
|
33
|
-
|
|
34
|
-
--ring: 215 20.2% 65.1%;
|
|
35
|
-
|
|
36
|
-
--radius: 0.5rem;
|
|
37
|
-
|
|
38
|
-
/* novel editor 相关样式开始 */
|
|
39
|
-
--novel-highlight-default: #ffffff;
|
|
40
|
-
--novel-highlight-purple: #f6f3f8;
|
|
41
|
-
--novel-highlight-red: #fdebeb;
|
|
42
|
-
--novel-highlight-yellow: #fbf4a2;
|
|
43
|
-
--novel-highlight-blue: #c1ecf9;
|
|
44
|
-
--novel-highlight-green: #acf79f;
|
|
45
|
-
--novel-highlight-orange: #faebdd;
|
|
46
|
-
--novel-highlight-pink: #faf1f5;
|
|
47
|
-
--novel-highlight-gray: #f1f1ef;
|
|
48
|
-
/* novel editor 相关样式结束 */
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.dark {
|
|
52
|
-
--background: 222.2 84% 4.9%;
|
|
53
|
-
--foreground: 210 40% 98%;
|
|
54
|
-
|
|
55
|
-
--muted: 217.2 32.6% 17.5%;
|
|
56
|
-
--muted-foreground: 215 20.2% 65.1%;
|
|
57
|
-
|
|
58
|
-
--popover: 222.2 84% 4.9%;
|
|
59
|
-
--popover-foreground: 210 40% 98%;
|
|
60
|
-
|
|
61
|
-
--card: 222.2 84% 4.9%;
|
|
62
|
-
--card-foreground: 210 40% 98%;
|
|
63
|
-
|
|
64
|
-
--border: 217.2 32.6% 17.5%;
|
|
65
|
-
--input: 217.2 32.6% 17.5%;
|
|
66
|
-
|
|
67
|
-
--primary: 210 40% 98%;
|
|
68
|
-
--primary-foreground: 222.2 47.4% 11.2%;
|
|
69
|
-
|
|
70
|
-
--secondary: 217.2 32.6% 17.5%;
|
|
71
|
-
--secondary-foreground: 210 40% 98%;
|
|
72
|
-
|
|
73
|
-
--accent: 217.2 32.6% 17.5%;
|
|
74
|
-
--accent-foreground: 210 40% 98%;
|
|
75
|
-
|
|
76
|
-
--destructive: 0 62.8% 30.6%;
|
|
77
|
-
--destructive-foreground: 0 85.7% 97.3%;
|
|
78
|
-
--ring: 217.2 32.6% 17.5%;
|
|
79
|
-
|
|
80
|
-
/* novel editor 相关样式开始 */
|
|
81
|
-
--novel-highlight-default: #000000;
|
|
82
|
-
--novel-highlight-purple: #3f2c4b;
|
|
83
|
-
--novel-highlight-red: #5c1a1a;
|
|
84
|
-
--novel-highlight-yellow: #5c4b1a;
|
|
85
|
-
--novel-highlight-blue: #1a3d5c;
|
|
86
|
-
--novel-highlight-green: #1a5c20;
|
|
87
|
-
--novel-highlight-orange: #5c3a1a;
|
|
88
|
-
--novel-highlight-pink: #5c1a3a;
|
|
89
|
-
--novel-highlight-gray: #3a3a3a;
|
|
90
|
-
/* novel editor 相关样式结束 */
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/* @layer base {
|
|
95
|
-
* {
|
|
96
|
-
@apply border-border;
|
|
97
|
-
}
|
|
98
|
-
body {
|
|
99
|
-
@apply bg-background text-foreground;
|
|
100
|
-
}
|
|
101
|
-
} */
|
|
102
|
-
|
|
103
|
-
/*
|
|
104
|
-
细化滚动条。
|
|
105
|
-
参考: https://github.com/mckaywrigley/chatbot-ui/blob/main/styles/globals.css
|
|
106
|
-
*/
|
|
107
|
-
|
|
108
|
-
::-webkit-scrollbar-track {
|
|
109
|
-
background-color: transparent;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
::-webkit-scrollbar-thumb {
|
|
113
|
-
background-color: #a4a4a4;
|
|
114
|
-
border-radius: 10px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
::-webkit-scrollbar-thumb:hover {
|
|
118
|
-
background-color: #838385;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
::-webkit-scrollbar-track:hover {
|
|
122
|
-
background-color: #eaeaea;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
::-webkit-scrollbar-corner {
|
|
126
|
-
background-color: transparent;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
::-webkit-scrollbar {
|
|
130
|
-
width: 6px;
|
|
131
|
-
height: 6px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/* vamp 样式开始 ***********************************************************************************************/
|
|
135
|
-
|
|
136
|
-
@layer utilities {
|
|
137
|
-
.red-glow {
|
|
138
|
-
text-shadow: 0px 0px 8px hsla(352, 98%, 60%, 0.6);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.button {
|
|
142
|
-
transition:
|
|
143
|
-
border 120ms ease 0s,
|
|
144
|
-
background-color,
|
|
145
|
-
color,
|
|
146
|
-
box-shadow,
|
|
147
|
-
opacity;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.primary-button-hover {
|
|
151
|
-
text-shadow: rgb(0 0 0 / 56%) 0px 3px 12px;
|
|
152
|
-
box-shadow: rgba(253, 52, 88, 0.6) 0px 1px 40px;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.dropdown {
|
|
156
|
-
/* backdrop-filter: blur(10px) saturate(190%) contrast(70%) brightness(80%);
|
|
157
|
-
background-color: rgba(29, 30, 43, 0.498);
|
|
158
|
-
border: 0.5px solid rgba(82, 82, 111, 0.44); */
|
|
159
|
-
box-shadow: rgb(0 0 0 / 20%) 0px 4px 24px;
|
|
160
|
-
backdrop-filter: blur(20px) saturate(190%) contrast(70%) brightness(80%);
|
|
161
|
-
background-color: rgba(29, 30, 43, 0.498);
|
|
162
|
-
border: 0.5px solid rgba(82, 82, 111, 0.44);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/* clears the ‘X’ from Internet Explorer */
|
|
167
|
-
input[type="search"]::-ms-clear {
|
|
168
|
-
display: none;
|
|
169
|
-
width: 0;
|
|
170
|
-
height: 0;
|
|
171
|
-
}
|
|
172
|
-
input[type="search"]::-ms-reveal {
|
|
173
|
-
display: none;
|
|
174
|
-
width: 0;
|
|
175
|
-
height: 0;
|
|
176
|
-
}
|
|
177
|
-
/* clears the ‘X’ from Chrome */
|
|
178
|
-
input[type="search"]::-webkit-search-decoration,
|
|
179
|
-
input[type="search"]::-webkit-search-cancel-button,
|
|
180
|
-
input[type="search"]::-webkit-search-results-button,
|
|
181
|
-
input[type="search"]::-webkit-search-results-decoration {
|
|
182
|
-
display: none;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.is-editor-empty {
|
|
186
|
-
@apply text-white;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.ProseMirror p.is-editor-empty:first-child::before {
|
|
190
|
-
color: #adb5bd;
|
|
191
|
-
content: attr(data-placeholder);
|
|
192
|
-
float: left;
|
|
193
|
-
height: 0;
|
|
194
|
-
opacity: 0.3;
|
|
195
|
-
pointer-events: none;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
::-webkit-scrollbar {
|
|
199
|
-
width: 8px;
|
|
200
|
-
height: 8px;
|
|
201
|
-
background-color: transparent;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
::-webkit-scrollbar-thumb {
|
|
205
|
-
border-radius: 12px;
|
|
206
|
-
background-color: #616076;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
::-webkit-scrollbar-track {
|
|
210
|
-
padding: 2px;
|
|
211
|
-
background-color: transparent;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
mux-player {
|
|
215
|
-
--controls: none;
|
|
216
|
-
--media-object-fit: cover;
|
|
217
|
-
height: 100%;
|
|
218
|
-
}
|
|
219
|
-
/* vamp 结束 ***********************************************************************************************/
|
|
1
|
+
@tailwind base;
|
|
2
|
+
@tailwind components;
|
|
3
|
+
@tailwind utilities;
|
|
4
|
+
|
|
5
|
+
@layer base {
|
|
6
|
+
:root {
|
|
7
|
+
--background: 0 0% 100%;
|
|
8
|
+
--foreground: 222.2 84% 4.9%;
|
|
9
|
+
|
|
10
|
+
--muted: 210 40% 96.1%;
|
|
11
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
12
|
+
|
|
13
|
+
--popover: 0 0% 100%;
|
|
14
|
+
--popover-foreground: 222.2 84% 4.9%;
|
|
15
|
+
|
|
16
|
+
--card: 0 0% 100%;
|
|
17
|
+
--card-foreground: 222.2 84% 4.9%;
|
|
18
|
+
|
|
19
|
+
--border: 214.3 31.8% 91.4%;
|
|
20
|
+
--input: 214.3 31.8% 91.4%;
|
|
21
|
+
|
|
22
|
+
--primary: 222.2 47.4% 11.2%;
|
|
23
|
+
--primary-foreground: 210 40% 98%;
|
|
24
|
+
|
|
25
|
+
--secondary: 210 40% 96.1%;
|
|
26
|
+
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
27
|
+
|
|
28
|
+
--accent: 210 40% 96.1%;
|
|
29
|
+
--accent-foreground: 222.2 47.4% 11.2%;
|
|
30
|
+
|
|
31
|
+
--destructive: 0 84.2% 60.2%;
|
|
32
|
+
--destructive-foreground: 210 40% 98%;
|
|
33
|
+
|
|
34
|
+
--ring: 215 20.2% 65.1%;
|
|
35
|
+
|
|
36
|
+
--radius: 0.5rem;
|
|
37
|
+
|
|
38
|
+
/* novel editor 相关样式开始 */
|
|
39
|
+
--novel-highlight-default: #ffffff;
|
|
40
|
+
--novel-highlight-purple: #f6f3f8;
|
|
41
|
+
--novel-highlight-red: #fdebeb;
|
|
42
|
+
--novel-highlight-yellow: #fbf4a2;
|
|
43
|
+
--novel-highlight-blue: #c1ecf9;
|
|
44
|
+
--novel-highlight-green: #acf79f;
|
|
45
|
+
--novel-highlight-orange: #faebdd;
|
|
46
|
+
--novel-highlight-pink: #faf1f5;
|
|
47
|
+
--novel-highlight-gray: #f1f1ef;
|
|
48
|
+
/* novel editor 相关样式结束 */
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.dark {
|
|
52
|
+
--background: 222.2 84% 4.9%;
|
|
53
|
+
--foreground: 210 40% 98%;
|
|
54
|
+
|
|
55
|
+
--muted: 217.2 32.6% 17.5%;
|
|
56
|
+
--muted-foreground: 215 20.2% 65.1%;
|
|
57
|
+
|
|
58
|
+
--popover: 222.2 84% 4.9%;
|
|
59
|
+
--popover-foreground: 210 40% 98%;
|
|
60
|
+
|
|
61
|
+
--card: 222.2 84% 4.9%;
|
|
62
|
+
--card-foreground: 210 40% 98%;
|
|
63
|
+
|
|
64
|
+
--border: 217.2 32.6% 17.5%;
|
|
65
|
+
--input: 217.2 32.6% 17.5%;
|
|
66
|
+
|
|
67
|
+
--primary: 210 40% 98%;
|
|
68
|
+
--primary-foreground: 222.2 47.4% 11.2%;
|
|
69
|
+
|
|
70
|
+
--secondary: 217.2 32.6% 17.5%;
|
|
71
|
+
--secondary-foreground: 210 40% 98%;
|
|
72
|
+
|
|
73
|
+
--accent: 217.2 32.6% 17.5%;
|
|
74
|
+
--accent-foreground: 210 40% 98%;
|
|
75
|
+
|
|
76
|
+
--destructive: 0 62.8% 30.6%;
|
|
77
|
+
--destructive-foreground: 0 85.7% 97.3%;
|
|
78
|
+
--ring: 217.2 32.6% 17.5%;
|
|
79
|
+
|
|
80
|
+
/* novel editor 相关样式开始 */
|
|
81
|
+
--novel-highlight-default: #000000;
|
|
82
|
+
--novel-highlight-purple: #3f2c4b;
|
|
83
|
+
--novel-highlight-red: #5c1a1a;
|
|
84
|
+
--novel-highlight-yellow: #5c4b1a;
|
|
85
|
+
--novel-highlight-blue: #1a3d5c;
|
|
86
|
+
--novel-highlight-green: #1a5c20;
|
|
87
|
+
--novel-highlight-orange: #5c3a1a;
|
|
88
|
+
--novel-highlight-pink: #5c1a3a;
|
|
89
|
+
--novel-highlight-gray: #3a3a3a;
|
|
90
|
+
/* novel editor 相关样式结束 */
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/* @layer base {
|
|
95
|
+
* {
|
|
96
|
+
@apply border-border;
|
|
97
|
+
}
|
|
98
|
+
body {
|
|
99
|
+
@apply bg-background text-foreground;
|
|
100
|
+
}
|
|
101
|
+
} */
|
|
102
|
+
|
|
103
|
+
/*
|
|
104
|
+
细化滚动条。
|
|
105
|
+
参考: https://github.com/mckaywrigley/chatbot-ui/blob/main/styles/globals.css
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
::-webkit-scrollbar-track {
|
|
109
|
+
background-color: transparent;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
::-webkit-scrollbar-thumb {
|
|
113
|
+
background-color: #a4a4a4;
|
|
114
|
+
border-radius: 10px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
::-webkit-scrollbar-thumb:hover {
|
|
118
|
+
background-color: #838385;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
::-webkit-scrollbar-track:hover {
|
|
122
|
+
background-color: #eaeaea;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
::-webkit-scrollbar-corner {
|
|
126
|
+
background-color: transparent;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
::-webkit-scrollbar {
|
|
130
|
+
width: 6px;
|
|
131
|
+
height: 6px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/* vamp 样式开始 ***********************************************************************************************/
|
|
135
|
+
|
|
136
|
+
@layer utilities {
|
|
137
|
+
.red-glow {
|
|
138
|
+
text-shadow: 0px 0px 8px hsla(352, 98%, 60%, 0.6);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.button {
|
|
142
|
+
transition:
|
|
143
|
+
border 120ms ease 0s,
|
|
144
|
+
background-color,
|
|
145
|
+
color,
|
|
146
|
+
box-shadow,
|
|
147
|
+
opacity;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.primary-button-hover {
|
|
151
|
+
text-shadow: rgb(0 0 0 / 56%) 0px 3px 12px;
|
|
152
|
+
box-shadow: rgba(253, 52, 88, 0.6) 0px 1px 40px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.dropdown {
|
|
156
|
+
/* backdrop-filter: blur(10px) saturate(190%) contrast(70%) brightness(80%);
|
|
157
|
+
background-color: rgba(29, 30, 43, 0.498);
|
|
158
|
+
border: 0.5px solid rgba(82, 82, 111, 0.44); */
|
|
159
|
+
box-shadow: rgb(0 0 0 / 20%) 0px 4px 24px;
|
|
160
|
+
backdrop-filter: blur(20px) saturate(190%) contrast(70%) brightness(80%);
|
|
161
|
+
background-color: rgba(29, 30, 43, 0.498);
|
|
162
|
+
border: 0.5px solid rgba(82, 82, 111, 0.44);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* clears the ‘X’ from Internet Explorer */
|
|
167
|
+
input[type="search"]::-ms-clear {
|
|
168
|
+
display: none;
|
|
169
|
+
width: 0;
|
|
170
|
+
height: 0;
|
|
171
|
+
}
|
|
172
|
+
input[type="search"]::-ms-reveal {
|
|
173
|
+
display: none;
|
|
174
|
+
width: 0;
|
|
175
|
+
height: 0;
|
|
176
|
+
}
|
|
177
|
+
/* clears the ‘X’ from Chrome */
|
|
178
|
+
input[type="search"]::-webkit-search-decoration,
|
|
179
|
+
input[type="search"]::-webkit-search-cancel-button,
|
|
180
|
+
input[type="search"]::-webkit-search-results-button,
|
|
181
|
+
input[type="search"]::-webkit-search-results-decoration {
|
|
182
|
+
display: none;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.is-editor-empty {
|
|
186
|
+
@apply text-white;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.ProseMirror p.is-editor-empty:first-child::before {
|
|
190
|
+
color: #adb5bd;
|
|
191
|
+
content: attr(data-placeholder);
|
|
192
|
+
float: left;
|
|
193
|
+
height: 0;
|
|
194
|
+
opacity: 0.3;
|
|
195
|
+
pointer-events: none;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
::-webkit-scrollbar {
|
|
199
|
+
width: 8px;
|
|
200
|
+
height: 8px;
|
|
201
|
+
background-color: transparent;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
::-webkit-scrollbar-thumb {
|
|
205
|
+
border-radius: 12px;
|
|
206
|
+
background-color: #616076;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
::-webkit-scrollbar-track {
|
|
210
|
+
padding: 2px;
|
|
211
|
+
background-color: transparent;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
mux-player {
|
|
215
|
+
--controls: none;
|
|
216
|
+
--media-object-fit: cover;
|
|
217
|
+
height: 100%;
|
|
218
|
+
}
|
|
219
|
+
/* vamp 结束 ***********************************************************************************************/
|