@clevertask/scribe 0.0.15 → 0.1.1
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/README.md +77 -27
- package/dist/BarMenu-DaKIz3zZ.js +327 -0
- package/dist/assets/index.css +1 -1
- package/dist/components/Menu/BarMenu.d.ts +0 -1
- package/dist/components/Menu/BarMenu.d.ts.map +1 -1
- package/dist/components/Menu/BarMenu.js +8 -140
- package/dist/components/Menu/BubbleMenu.d.ts.map +1 -1
- package/dist/components/Menu/BubbleMenu.js +2074 -159
- package/dist/components/Menu/Mobile/ListOptionBar.d.ts.map +1 -1
- package/dist/components/Menu/Mobile/ListOptionBar.js +42 -22
- package/dist/components/Scribe/extension/emoji/EmojiList.d.ts +19 -1
- package/dist/components/Scribe/extension/emoji/EmojiList.d.ts.map +1 -1
- package/dist/components/Scribe/extension/emoji/EmojiList.js +42 -42
- package/dist/components/Scribe/extension/emoji/suggest.d.ts +2 -4
- package/dist/components/Scribe/extension/emoji/suggest.d.ts.map +1 -1
- package/dist/components/Scribe/extension/emoji/suggest.js +20 -15
- package/dist/components/Scribe/extension/extension-link.js +2 -984
- package/dist/components/Scribe/extension/extension-markdown-paste.js +4 -4
- package/dist/components/Scribe/extension/extension-selectedText.js +1 -1
- package/dist/components/Scribe/extension/getPopupMountTarget.d.ts +3 -0
- package/dist/components/Scribe/extension/getPopupMountTarget.d.ts.map +1 -0
- package/dist/components/Scribe/extension/getPopupMountTarget.js +16 -0
- package/dist/components/Scribe/extension/index.d.ts +16 -2
- package/dist/components/Scribe/extension/index.d.ts.map +1 -1
- package/dist/components/Scribe/extension/index.js +37122 -34
- package/dist/components/Scribe/extension/slashCommand/SlashCommandList.d.ts +4 -1
- package/dist/components/Scribe/extension/slashCommand/SlashCommandList.d.ts.map +1 -1
- package/dist/components/Scribe/extension/slashCommand/SlashCommandList.js +3730 -14
- package/dist/components/Scribe/extension/slashCommand/index.js +2 -2
- package/dist/components/Scribe/extension/slashCommand/renderItems.d.ts +1 -1
- package/dist/components/Scribe/extension/slashCommand/renderItems.d.ts.map +1 -1
- package/dist/components/Scribe/extension/slashCommand/renderItems.js +21 -16
- package/dist/components/Scribe/extension/tableOfContents.d.ts +48 -0
- package/dist/components/Scribe/extension/tableOfContents.d.ts.map +1 -0
- package/dist/components/Scribe/extension/tableOfContents.js +180 -0
- package/dist/components/Scribe/index.d.ts +12 -1
- package/dist/components/Scribe/index.d.ts.map +1 -1
- package/dist/components/Scribe/index.js +133 -87
- package/dist/extension-link-Ch_T7WWG.js +1030 -0
- package/dist/icons/ToolbarIcons.d.ts +19 -0
- package/dist/icons/ToolbarIcons.d.ts.map +1 -0
- package/dist/icons/ToolbarIcons.js +135 -0
- package/dist/{index-BKFDqQPh.js → index-BiBV5TQx.js} +6598 -5432
- package/dist/index-CqzMmrnw.js +1410 -0
- package/dist/index-DxF-1P4n.js +834 -0
- package/dist/index-V-gN11Y9.js +249 -0
- package/dist/main.css +200 -1123
- package/dist/main.js +1 -1
- package/dist/markdown-to-html-pL7ckd-m.js +1135 -0
- package/dist/purify.es-exIQuqhb.js +595 -0
- package/dist/tippy.esm-DLHdsnfG.js +1711 -0
- package/dist/utils/create-scribe-editor.d.ts +2 -2
- package/dist/utils/create-scribe-editor.d.ts.map +1 -1
- package/dist/utils/create-scribe-editor.js +3 -3
- package/dist/utils/html-to-markdown.d.ts.map +1 -1
- package/dist/utils/html-to-markdown.js +583 -18
- package/dist/utils/index.js +1 -1
- package/dist/utils/markdown-to-html.js +2 -2
- package/package.json +34 -37
- package/dist/clsx-OuTLNxxd.js +0 -16
- package/dist/index-CL2WLiGu.js +0 -159
- package/dist/index-Cxf4VEm1.js +0 -50957
- package/dist/index-PzbCrHp0.js +0 -2349
- package/dist/markdown-to-html-__93dwok.js +0 -1557
- package/dist/purify.es-BPDBzHtc.js +0 -552
- package/dist/turndown.browser.es-RmA_HBaI.js +0 -649
package/dist/main.css
CHANGED
|
@@ -1,1215 +1,301 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
--tw-rotate: 0;
|
|
7
|
-
--tw-skew-x: 0;
|
|
8
|
-
--tw-skew-y: 0;
|
|
9
|
-
--tw-scale-x: 1;
|
|
10
|
-
--tw-scale-y: 1;
|
|
11
|
-
--tw-pan-x: ;
|
|
12
|
-
--tw-pan-y: ;
|
|
13
|
-
--tw-pinch-zoom: ;
|
|
14
|
-
--tw-scroll-snap-strictness: proximity;
|
|
15
|
-
--tw-gradient-from-position: ;
|
|
16
|
-
--tw-gradient-via-position: ;
|
|
17
|
-
--tw-gradient-to-position: ;
|
|
18
|
-
--tw-ordinal: ;
|
|
19
|
-
--tw-slashed-zero: ;
|
|
20
|
-
--tw-numeric-figure: ;
|
|
21
|
-
--tw-numeric-spacing: ;
|
|
22
|
-
--tw-numeric-fraction: ;
|
|
23
|
-
--tw-ring-inset: ;
|
|
24
|
-
--tw-ring-offset-width: 0px;
|
|
25
|
-
--tw-ring-offset-color: #fff;
|
|
26
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
27
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
28
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
29
|
-
--tw-shadow: 0 0 #0000;
|
|
30
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
31
|
-
--tw-blur: ;
|
|
32
|
-
--tw-brightness: ;
|
|
33
|
-
--tw-contrast: ;
|
|
34
|
-
--tw-grayscale: ;
|
|
35
|
-
--tw-hue-rotate: ;
|
|
36
|
-
--tw-invert: ;
|
|
37
|
-
--tw-saturate: ;
|
|
38
|
-
--tw-sepia: ;
|
|
39
|
-
--tw-drop-shadow: ;
|
|
40
|
-
--tw-backdrop-blur: ;
|
|
41
|
-
--tw-backdrop-brightness: ;
|
|
42
|
-
--tw-backdrop-contrast: ;
|
|
43
|
-
--tw-backdrop-grayscale: ;
|
|
44
|
-
--tw-backdrop-hue-rotate: ;
|
|
45
|
-
--tw-backdrop-invert: ;
|
|
46
|
-
--tw-backdrop-opacity: ;
|
|
47
|
-
--tw-backdrop-saturate: ;
|
|
48
|
-
--tw-backdrop-sepia: ;
|
|
49
|
-
--tw-contain-size: ;
|
|
50
|
-
--tw-contain-layout: ;
|
|
51
|
-
--tw-contain-paint: ;
|
|
52
|
-
--tw-contain-style: ;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
::backdrop {
|
|
56
|
-
--tw-border-spacing-x: 0;
|
|
57
|
-
--tw-border-spacing-y: 0;
|
|
58
|
-
--tw-translate-x: 0;
|
|
59
|
-
--tw-translate-y: 0;
|
|
60
|
-
--tw-rotate: 0;
|
|
61
|
-
--tw-skew-x: 0;
|
|
62
|
-
--tw-skew-y: 0;
|
|
63
|
-
--tw-scale-x: 1;
|
|
64
|
-
--tw-scale-y: 1;
|
|
65
|
-
--tw-pan-x: ;
|
|
66
|
-
--tw-pan-y: ;
|
|
67
|
-
--tw-pinch-zoom: ;
|
|
68
|
-
--tw-scroll-snap-strictness: proximity;
|
|
69
|
-
--tw-gradient-from-position: ;
|
|
70
|
-
--tw-gradient-via-position: ;
|
|
71
|
-
--tw-gradient-to-position: ;
|
|
72
|
-
--tw-ordinal: ;
|
|
73
|
-
--tw-slashed-zero: ;
|
|
74
|
-
--tw-numeric-figure: ;
|
|
75
|
-
--tw-numeric-spacing: ;
|
|
76
|
-
--tw-numeric-fraction: ;
|
|
77
|
-
--tw-ring-inset: ;
|
|
78
|
-
--tw-ring-offset-width: 0px;
|
|
79
|
-
--tw-ring-offset-color: #fff;
|
|
80
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
81
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
82
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
83
|
-
--tw-shadow: 0 0 #0000;
|
|
84
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
85
|
-
--tw-blur: ;
|
|
86
|
-
--tw-brightness: ;
|
|
87
|
-
--tw-contrast: ;
|
|
88
|
-
--tw-grayscale: ;
|
|
89
|
-
--tw-hue-rotate: ;
|
|
90
|
-
--tw-invert: ;
|
|
91
|
-
--tw-saturate: ;
|
|
92
|
-
--tw-sepia: ;
|
|
93
|
-
--tw-drop-shadow: ;
|
|
94
|
-
--tw-backdrop-blur: ;
|
|
95
|
-
--tw-backdrop-brightness: ;
|
|
96
|
-
--tw-backdrop-contrast: ;
|
|
97
|
-
--tw-backdrop-grayscale: ;
|
|
98
|
-
--tw-backdrop-hue-rotate: ;
|
|
99
|
-
--tw-backdrop-invert: ;
|
|
100
|
-
--tw-backdrop-opacity: ;
|
|
101
|
-
--tw-backdrop-saturate: ;
|
|
102
|
-
--tw-backdrop-sepia: ;
|
|
103
|
-
--tw-contain-size: ;
|
|
104
|
-
--tw-contain-layout: ;
|
|
105
|
-
--tw-contain-paint: ;
|
|
106
|
-
--tw-contain-style: ;
|
|
107
|
-
}/*
|
|
108
|
-
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
|
|
109
|
-
*//*
|
|
110
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
111
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
112
|
-
*/
|
|
113
|
-
|
|
114
|
-
*,
|
|
115
|
-
::before,
|
|
116
|
-
::after {
|
|
117
|
-
box-sizing: border-box; /* 1 */
|
|
118
|
-
border-width: 0; /* 2 */
|
|
119
|
-
border-style: solid; /* 2 */
|
|
120
|
-
border-color: #e5e7eb; /* 2 */
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
::before,
|
|
124
|
-
::after {
|
|
125
|
-
--tw-content: '';
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
/*
|
|
129
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
130
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
131
|
-
3. Use a more readable tab size.
|
|
132
|
-
4. Use the user's configured `sans` font-family by default.
|
|
133
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
134
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
135
|
-
7. Disable tap highlights on iOS
|
|
136
|
-
*/
|
|
137
|
-
|
|
138
|
-
html,
|
|
139
|
-
:host {
|
|
140
|
-
line-height: 1.5; /* 1 */
|
|
141
|
-
-webkit-text-size-adjust: 100%; /* 2 */
|
|
142
|
-
-moz-tab-size: 4; /* 3 */
|
|
143
|
-
-o-tab-size: 4;
|
|
144
|
-
tab-size: 4; /* 3 */
|
|
145
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
146
|
-
font-feature-settings: normal; /* 5 */
|
|
147
|
-
font-variation-settings: normal; /* 6 */
|
|
148
|
-
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/*
|
|
152
|
-
1. Remove the margin in all browsers.
|
|
153
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
154
|
-
*/
|
|
155
|
-
|
|
156
|
-
body {
|
|
157
|
-
margin: 0; /* 1 */
|
|
158
|
-
line-height: inherit; /* 2 */
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/*
|
|
162
|
-
1. Add the correct height in Firefox.
|
|
163
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
164
|
-
3. Ensure horizontal rules are visible by default.
|
|
165
|
-
*/
|
|
166
|
-
|
|
167
|
-
hr {
|
|
168
|
-
height: 0; /* 1 */
|
|
169
|
-
color: inherit; /* 2 */
|
|
170
|
-
border-top-width: 1px; /* 3 */
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/*
|
|
174
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
175
|
-
*/
|
|
176
|
-
|
|
177
|
-
abbr:where([title]) {
|
|
178
|
-
-webkit-text-decoration: underline dotted;
|
|
179
|
-
text-decoration: underline dotted;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
/*
|
|
183
|
-
Remove the default font size and weight for headings.
|
|
184
|
-
*/
|
|
185
|
-
|
|
186
|
-
h1,
|
|
187
|
-
h2,
|
|
188
|
-
h3,
|
|
189
|
-
h4,
|
|
190
|
-
h5,
|
|
191
|
-
h6 {
|
|
192
|
-
font-size: inherit;
|
|
193
|
-
font-weight: inherit;
|
|
1
|
+
.scribe {
|
|
2
|
+
border: 0;
|
|
3
|
+
height: 100%;
|
|
4
|
+
outline: none;
|
|
5
|
+
width: 100%;
|
|
194
6
|
}
|
|
195
7
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
*/
|
|
199
|
-
|
|
200
|
-
a {
|
|
201
|
-
color: inherit;
|
|
202
|
-
text-decoration: inherit;
|
|
8
|
+
.scribe-root {
|
|
9
|
+
min-width: 0;
|
|
203
10
|
}
|
|
204
11
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
*/
|
|
208
|
-
|
|
209
|
-
b,
|
|
210
|
-
strong {
|
|
211
|
-
font-weight: bolder;
|
|
12
|
+
.scribe-frame {
|
|
13
|
+
min-width: 0;
|
|
212
14
|
}
|
|
213
15
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
kbd,
|
|
223
|
-
samp,
|
|
224
|
-
pre {
|
|
225
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
226
|
-
font-feature-settings: normal; /* 2 */
|
|
227
|
-
font-variation-settings: normal; /* 3 */
|
|
228
|
-
font-size: 1em; /* 4 */
|
|
16
|
+
.scribe-frame--editable {
|
|
17
|
+
background: var(--color-panel-solid);
|
|
18
|
+
border: 1px solid var(--gray-6);
|
|
19
|
+
border-radius: 12px;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
transition:
|
|
22
|
+
border-color 0.2s ease,
|
|
23
|
+
box-shadow 0.2s ease;
|
|
229
24
|
}
|
|
230
25
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
small {
|
|
236
|
-
font-size: 80%;
|
|
26
|
+
.scribe-frame--editable:focus-within {
|
|
27
|
+
border-color: var(--accent-8);
|
|
28
|
+
box-shadow: 0 0 0 1px var(--accent-8);
|
|
237
29
|
}
|
|
238
30
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
sub,
|
|
244
|
-
sup {
|
|
245
|
-
font-size: 75%;
|
|
246
|
-
line-height: 0;
|
|
247
|
-
position: relative;
|
|
248
|
-
vertical-align: baseline;
|
|
31
|
+
.scribe-toolbar {
|
|
32
|
+
background: var(--color-panel-solid);
|
|
33
|
+
border-bottom: 1px solid var(--gray-6);
|
|
34
|
+
padding: 10px 12px;
|
|
249
35
|
}
|
|
250
36
|
|
|
251
|
-
|
|
252
|
-
|
|
37
|
+
.scribe-toolbar-button--disabled {
|
|
38
|
+
cursor: not-allowed;
|
|
253
39
|
}
|
|
254
40
|
|
|
255
|
-
|
|
256
|
-
|
|
41
|
+
.scribe-toolbar-icon {
|
|
42
|
+
display: block;
|
|
257
43
|
}
|
|
258
44
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
3. Remove gaps between table borders by default.
|
|
263
|
-
*/
|
|
264
|
-
|
|
265
|
-
table {
|
|
266
|
-
text-indent: 0; /* 1 */
|
|
267
|
-
border-color: inherit; /* 2 */
|
|
268
|
-
border-collapse: collapse; /* 3 */
|
|
45
|
+
.scribe-content {
|
|
46
|
+
color: var(--gray-12);
|
|
47
|
+
min-width: 0;
|
|
269
48
|
}
|
|
270
49
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
2. Remove the margin in Firefox and Safari.
|
|
274
|
-
3. Remove default padding in all browsers.
|
|
275
|
-
*/
|
|
276
|
-
|
|
277
|
-
button,
|
|
278
|
-
input,
|
|
279
|
-
optgroup,
|
|
280
|
-
select,
|
|
281
|
-
textarea {
|
|
282
|
-
font-family: inherit; /* 1 */
|
|
283
|
-
font-feature-settings: inherit; /* 1 */
|
|
284
|
-
font-variation-settings: inherit; /* 1 */
|
|
285
|
-
font-size: 100%; /* 1 */
|
|
286
|
-
font-weight: inherit; /* 1 */
|
|
287
|
-
line-height: inherit; /* 1 */
|
|
288
|
-
letter-spacing: inherit; /* 1 */
|
|
289
|
-
color: inherit; /* 1 */
|
|
290
|
-
margin: 0; /* 2 */
|
|
291
|
-
padding: 0; /* 3 */
|
|
50
|
+
.scribe-content--editable {
|
|
51
|
+
padding: 16px;
|
|
292
52
|
}
|
|
293
53
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
select {
|
|
300
|
-
text-transform: none;
|
|
54
|
+
.scribe-content .tiptap {
|
|
55
|
+
color: inherit;
|
|
56
|
+
line-height: 1.65;
|
|
57
|
+
outline: none;
|
|
58
|
+
word-break: break-word;
|
|
301
59
|
}
|
|
302
60
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
2. Remove default button styles.
|
|
306
|
-
*/
|
|
307
|
-
|
|
308
|
-
button,
|
|
309
|
-
input:where([type='button']),
|
|
310
|
-
input:where([type='reset']),
|
|
311
|
-
input:where([type='submit']) {
|
|
312
|
-
-webkit-appearance: button; /* 1 */
|
|
313
|
-
background-color: transparent; /* 2 */
|
|
314
|
-
background-image: none; /* 2 */
|
|
61
|
+
.scribe-content .tiptap > *:first-child {
|
|
62
|
+
margin-top: 0;
|
|
315
63
|
}
|
|
316
64
|
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
*/
|
|
320
|
-
|
|
321
|
-
:-moz-focusring {
|
|
322
|
-
outline: auto;
|
|
65
|
+
.scribe-content .tiptap > *:last-child {
|
|
66
|
+
margin-bottom: 0;
|
|
323
67
|
}
|
|
324
68
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
69
|
+
.scribe-content .tiptap p,
|
|
70
|
+
.scribe-content .tiptap ul,
|
|
71
|
+
.scribe-content .tiptap ol,
|
|
72
|
+
.scribe-content .tiptap pre,
|
|
73
|
+
.scribe-content .tiptap blockquote,
|
|
74
|
+
.scribe-content .tiptap hr,
|
|
75
|
+
.scribe-content .tiptap table {
|
|
76
|
+
margin: 0 0 1rem;
|
|
331
77
|
}
|
|
332
78
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
79
|
+
.scribe-content .tiptap h1,
|
|
80
|
+
.scribe-content .tiptap h2,
|
|
81
|
+
.scribe-content .tiptap h3 {
|
|
82
|
+
color: inherit;
|
|
83
|
+
font-weight: 700;
|
|
84
|
+
letter-spacing: -0.02em;
|
|
85
|
+
line-height: 1.2;
|
|
86
|
+
margin: 1.5rem 0 0.75rem;
|
|
339
87
|
}
|
|
340
88
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
*/
|
|
344
|
-
|
|
345
|
-
::-webkit-inner-spin-button,
|
|
346
|
-
::-webkit-outer-spin-button {
|
|
347
|
-
height: auto;
|
|
89
|
+
.scribe-content .tiptap h1 {
|
|
90
|
+
font-size: 2rem;
|
|
348
91
|
}
|
|
349
92
|
|
|
350
|
-
|
|
351
|
-
1.
|
|
352
|
-
2. Correct the outline style in Safari.
|
|
353
|
-
*/
|
|
354
|
-
|
|
355
|
-
[type='search'] {
|
|
356
|
-
-webkit-appearance: textfield; /* 1 */
|
|
357
|
-
outline-offset: -2px; /* 2 */
|
|
93
|
+
.scribe-content .tiptap h2 {
|
|
94
|
+
font-size: 1.5rem;
|
|
358
95
|
}
|
|
359
96
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
*/
|
|
363
|
-
|
|
364
|
-
::-webkit-search-decoration {
|
|
365
|
-
-webkit-appearance: none;
|
|
97
|
+
.scribe-content .tiptap h3 {
|
|
98
|
+
font-size: 1.25rem;
|
|
366
99
|
}
|
|
367
100
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
*/
|
|
372
|
-
|
|
373
|
-
::-webkit-file-upload-button {
|
|
374
|
-
-webkit-appearance: button; /* 1 */
|
|
375
|
-
font: inherit; /* 2 */
|
|
101
|
+
.scribe-content .tiptap ul,
|
|
102
|
+
.scribe-content .tiptap ol {
|
|
103
|
+
padding-left: 1.5rem;
|
|
376
104
|
}
|
|
377
105
|
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
*/
|
|
381
|
-
|
|
382
|
-
summary {
|
|
383
|
-
display: list-item;
|
|
106
|
+
.scribe-content .tiptap li + li {
|
|
107
|
+
margin-top: 0.35rem;
|
|
384
108
|
}
|
|
385
109
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
dl,
|
|
392
|
-
dd,
|
|
393
|
-
h1,
|
|
394
|
-
h2,
|
|
395
|
-
h3,
|
|
396
|
-
h4,
|
|
397
|
-
h5,
|
|
398
|
-
h6,
|
|
399
|
-
hr,
|
|
400
|
-
figure,
|
|
401
|
-
p,
|
|
402
|
-
pre {
|
|
403
|
-
margin: 0;
|
|
110
|
+
.scribe-content .tiptap a {
|
|
111
|
+
color: var(--accent-11);
|
|
112
|
+
text-decoration: underline;
|
|
113
|
+
text-decoration-thickness: 1px;
|
|
114
|
+
text-underline-offset: 0.18em;
|
|
404
115
|
}
|
|
405
116
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
117
|
+
.scribe-content .tiptap blockquote {
|
|
118
|
+
border-left: 3px solid var(--gray-6);
|
|
119
|
+
color: var(--gray-11);
|
|
120
|
+
padding-left: 1rem;
|
|
409
121
|
}
|
|
410
122
|
|
|
411
|
-
|
|
412
|
-
|
|
123
|
+
.scribe-content .tiptap code {
|
|
124
|
+
background: var(--gray-a3);
|
|
125
|
+
border-radius: 6px;
|
|
126
|
+
padding: 0.12em 0.35em;
|
|
413
127
|
}
|
|
414
128
|
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
129
|
+
.scribe-content .tiptap pre {
|
|
130
|
+
background: var(--gray-2);
|
|
131
|
+
border: 1px solid var(--gray-6);
|
|
132
|
+
border-radius: 10px;
|
|
133
|
+
color: inherit;
|
|
134
|
+
overflow-x: auto;
|
|
135
|
+
padding: 14px 16px;
|
|
421
136
|
}
|
|
422
137
|
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
*/
|
|
426
|
-
dialog {
|
|
138
|
+
.scribe-content .tiptap pre code {
|
|
139
|
+
background: transparent;
|
|
427
140
|
padding: 0;
|
|
428
141
|
}
|
|
429
142
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
textarea {
|
|
435
|
-
resize: vertical;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
/*
|
|
439
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
440
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
441
|
-
*/
|
|
442
|
-
|
|
443
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
444
|
-
opacity: 1; /* 1 */
|
|
445
|
-
color: #9ca3af; /* 2 */
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
input::placeholder,
|
|
449
|
-
textarea::placeholder {
|
|
450
|
-
opacity: 1; /* 1 */
|
|
451
|
-
color: #9ca3af; /* 2 */
|
|
143
|
+
.scribe-content .tiptap hr {
|
|
144
|
+
border: 0;
|
|
145
|
+
border-top: 1px solid var(--gray-6);
|
|
452
146
|
}
|
|
453
147
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
button,
|
|
459
|
-
[role="button"] {
|
|
460
|
-
cursor: pointer;
|
|
148
|
+
.scribe-content .tiptap table {
|
|
149
|
+
border-collapse: collapse;
|
|
150
|
+
table-layout: fixed;
|
|
151
|
+
width: 100%;
|
|
461
152
|
}
|
|
462
153
|
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
:
|
|
467
|
-
|
|
154
|
+
.scribe-content .tiptap th,
|
|
155
|
+
.scribe-content .tiptap td {
|
|
156
|
+
border: 1px solid var(--gray-6);
|
|
157
|
+
padding: 0.6rem 0.75rem;
|
|
158
|
+
text-align: left;
|
|
159
|
+
vertical-align: top;
|
|
468
160
|
}
|
|
469
161
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
474
|
-
*/
|
|
475
|
-
|
|
476
|
-
img,
|
|
477
|
-
svg,
|
|
478
|
-
video,
|
|
479
|
-
canvas,
|
|
480
|
-
audio,
|
|
481
|
-
iframe,
|
|
482
|
-
embed,
|
|
483
|
-
object {
|
|
484
|
-
display: block; /* 1 */
|
|
485
|
-
vertical-align: middle; /* 2 */
|
|
162
|
+
.scribe-content .tiptap th {
|
|
163
|
+
background: var(--gray-3);
|
|
164
|
+
font-weight: 600;
|
|
486
165
|
}
|
|
487
166
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
*/
|
|
491
|
-
|
|
492
|
-
img,
|
|
493
|
-
video {
|
|
167
|
+
.scribe-content .tiptap img {
|
|
168
|
+
display: block;
|
|
494
169
|
max-width: 100%;
|
|
495
|
-
height: auto;
|
|
496
170
|
}
|
|
497
171
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
172
|
+
.tiptap p.is-editor-empty:first-child::before {
|
|
173
|
+
content: attr(data-placeholder);
|
|
174
|
+
color: var(--gray-9);
|
|
175
|
+
float: left;
|
|
176
|
+
height: 0;
|
|
177
|
+
pointer-events: none;
|
|
504
178
|
}
|
|
505
|
-
@media (min-width: 640px) {
|
|
506
179
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
180
|
+
.tiptap [data-type="emoji"] img {
|
|
181
|
+
height: 1em;
|
|
182
|
+
width: 1em;
|
|
510
183
|
}
|
|
511
|
-
@media (min-width: 768px) {
|
|
512
184
|
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
185
|
+
.scribe-bubble-menu {
|
|
186
|
+
background: var(--color-panel-solid);
|
|
187
|
+
border: 1px solid var(--gray-6);
|
|
188
|
+
border-radius: 12px;
|
|
189
|
+
box-shadow:
|
|
190
|
+
0 18px 38px -24px rgba(15, 23, 42, 0.35),
|
|
191
|
+
0 10px 20px -18px rgba(15, 23, 42, 0.35);
|
|
192
|
+
padding: 8px;
|
|
516
193
|
}
|
|
517
|
-
@media (min-width: 1024px) {
|
|
518
194
|
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
195
|
+
.scribe-inline-menu-icon {
|
|
196
|
+
display: block;
|
|
197
|
+
fill: transparent;
|
|
198
|
+
height: 16px;
|
|
199
|
+
stroke: currentColor;
|
|
200
|
+
width: 16px;
|
|
522
201
|
}
|
|
523
|
-
@media (min-width: 1280px) {
|
|
524
202
|
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
203
|
+
.scribe-popup {
|
|
204
|
+
background: var(--color-panel-solid);
|
|
205
|
+
border: 1px solid var(--gray-6);
|
|
206
|
+
border-radius: 14px;
|
|
207
|
+
box-shadow:
|
|
208
|
+
0 20px 40px -26px rgba(15, 23, 42, 0.4),
|
|
209
|
+
0 12px 20px -18px rgba(15, 23, 42, 0.35);
|
|
210
|
+
overflow: hidden;
|
|
528
211
|
}
|
|
529
|
-
@media (min-width: 1536px) {
|
|
530
212
|
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
.prose {
|
|
536
|
-
color: var(--tw-prose-body);
|
|
537
|
-
max-width: 65ch;
|
|
538
|
-
}
|
|
539
|
-
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
540
|
-
margin-top: 1.25em;
|
|
541
|
-
margin-bottom: 1.25em;
|
|
542
|
-
}
|
|
543
|
-
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
544
|
-
color: var(--tw-prose-lead);
|
|
545
|
-
font-size: 1.25em;
|
|
546
|
-
line-height: 1.6;
|
|
547
|
-
margin-top: 1.2em;
|
|
548
|
-
margin-bottom: 1.2em;
|
|
549
|
-
}
|
|
550
|
-
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
551
|
-
color: var(--tw-prose-links);
|
|
552
|
-
text-decoration: underline;
|
|
553
|
-
font-weight: 500;
|
|
554
|
-
}
|
|
555
|
-
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
556
|
-
color: var(--tw-prose-bold);
|
|
557
|
-
font-weight: 600;
|
|
558
|
-
}
|
|
559
|
-
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
560
|
-
color: inherit;
|
|
561
|
-
}
|
|
562
|
-
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
563
|
-
color: inherit;
|
|
564
|
-
}
|
|
565
|
-
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
566
|
-
color: inherit;
|
|
567
|
-
}
|
|
568
|
-
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
569
|
-
list-style-type: decimal;
|
|
570
|
-
margin-top: 1.25em;
|
|
571
|
-
margin-bottom: 1.25em;
|
|
572
|
-
padding-inline-start: 1.625em;
|
|
573
|
-
}
|
|
574
|
-
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
575
|
-
list-style-type: upper-alpha;
|
|
576
|
-
}
|
|
577
|
-
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
578
|
-
list-style-type: lower-alpha;
|
|
579
|
-
}
|
|
580
|
-
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
581
|
-
list-style-type: upper-alpha;
|
|
582
|
-
}
|
|
583
|
-
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
584
|
-
list-style-type: lower-alpha;
|
|
213
|
+
.scribe-popup-list {
|
|
214
|
+
padding: 6px;
|
|
585
215
|
}
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
590
|
-
list-style-type: lower-roman;
|
|
591
|
-
}
|
|
592
|
-
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
593
|
-
list-style-type: upper-roman;
|
|
594
|
-
}
|
|
595
|
-
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
596
|
-
list-style-type: lower-roman;
|
|
597
|
-
}
|
|
598
|
-
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
599
|
-
list-style-type: decimal;
|
|
600
|
-
}
|
|
601
|
-
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
602
|
-
list-style-type: disc;
|
|
603
|
-
margin-top: 1.25em;
|
|
604
|
-
margin-bottom: 1.25em;
|
|
605
|
-
padding-inline-start: 1.625em;
|
|
606
|
-
}
|
|
607
|
-
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
608
|
-
font-weight: 400;
|
|
609
|
-
color: var(--tw-prose-counters);
|
|
610
|
-
}
|
|
611
|
-
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
612
|
-
color: var(--tw-prose-bullets);
|
|
613
|
-
}
|
|
614
|
-
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
615
|
-
color: var(--tw-prose-headings);
|
|
616
|
-
font-weight: 600;
|
|
617
|
-
margin-top: 1.25em;
|
|
618
|
-
}
|
|
619
|
-
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
620
|
-
border-color: var(--tw-prose-hr);
|
|
621
|
-
border-top-width: 1px;
|
|
622
|
-
margin-top: 3em;
|
|
623
|
-
margin-bottom: 3em;
|
|
624
|
-
}
|
|
625
|
-
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
626
|
-
font-weight: 500;
|
|
627
|
-
font-style: italic;
|
|
628
|
-
color: var(--tw-prose-quotes);
|
|
629
|
-
border-inline-start-width: 0.25rem;
|
|
630
|
-
border-inline-start-color: var(--tw-prose-quote-borders);
|
|
631
|
-
quotes: "\201C""\201D""\2018""\2019";
|
|
632
|
-
margin-top: 1.6em;
|
|
633
|
-
margin-bottom: 1.6em;
|
|
634
|
-
padding-inline-start: 1em;
|
|
635
|
-
}
|
|
636
|
-
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
637
|
-
content: open-quote;
|
|
638
|
-
}
|
|
639
|
-
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
640
|
-
content: close-quote;
|
|
641
|
-
}
|
|
642
|
-
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
643
|
-
color: var(--tw-prose-headings);
|
|
644
|
-
font-weight: 800;
|
|
645
|
-
font-size: 2.25em;
|
|
646
|
-
margin-top: 0;
|
|
647
|
-
margin-bottom: 0.8888889em;
|
|
648
|
-
line-height: 1.1111111;
|
|
649
|
-
}
|
|
650
|
-
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
651
|
-
font-weight: 900;
|
|
652
|
-
color: inherit;
|
|
653
|
-
}
|
|
654
|
-
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
655
|
-
color: var(--tw-prose-headings);
|
|
656
|
-
font-weight: 700;
|
|
657
|
-
font-size: 1.5em;
|
|
658
|
-
margin-top: 2em;
|
|
659
|
-
margin-bottom: 1em;
|
|
660
|
-
line-height: 1.3333333;
|
|
661
|
-
}
|
|
662
|
-
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
663
|
-
font-weight: 800;
|
|
664
|
-
color: inherit;
|
|
665
|
-
}
|
|
666
|
-
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
667
|
-
color: var(--tw-prose-headings);
|
|
668
|
-
font-weight: 600;
|
|
669
|
-
font-size: 1.25em;
|
|
670
|
-
margin-top: 1.6em;
|
|
671
|
-
margin-bottom: 0.6em;
|
|
672
|
-
line-height: 1.6;
|
|
673
|
-
}
|
|
674
|
-
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
675
|
-
font-weight: 700;
|
|
676
|
-
color: inherit;
|
|
677
|
-
}
|
|
678
|
-
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
679
|
-
color: var(--tw-prose-headings);
|
|
680
|
-
font-weight: 600;
|
|
681
|
-
margin-top: 1.5em;
|
|
682
|
-
margin-bottom: 0.5em;
|
|
683
|
-
line-height: 1.5;
|
|
684
|
-
}
|
|
685
|
-
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
686
|
-
font-weight: 700;
|
|
687
|
-
color: inherit;
|
|
688
|
-
}
|
|
689
|
-
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
690
|
-
margin-top: 2em;
|
|
691
|
-
margin-bottom: 2em;
|
|
692
|
-
}
|
|
693
|
-
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
694
|
-
display: block;
|
|
695
|
-
margin-top: 2em;
|
|
696
|
-
margin-bottom: 2em;
|
|
697
|
-
}
|
|
698
|
-
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
699
|
-
margin-top: 2em;
|
|
700
|
-
margin-bottom: 2em;
|
|
701
|
-
}
|
|
702
|
-
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
703
|
-
font-weight: 500;
|
|
704
|
-
font-family: inherit;
|
|
705
|
-
color: var(--tw-prose-kbd);
|
|
706
|
-
box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
|
|
707
|
-
font-size: 0.875em;
|
|
708
|
-
border-radius: 0.3125rem;
|
|
709
|
-
padding-top: 0.1875em;
|
|
710
|
-
padding-inline-end: 0.375em;
|
|
711
|
-
padding-bottom: 0.1875em;
|
|
712
|
-
padding-inline-start: 0.375em;
|
|
713
|
-
}
|
|
714
|
-
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
715
|
-
color: var(--tw-prose-code);
|
|
716
|
-
font-weight: 600;
|
|
717
|
-
font-size: 0.875em;
|
|
718
|
-
}
|
|
719
|
-
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
720
|
-
content: "`";
|
|
721
|
-
}
|
|
722
|
-
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
723
|
-
content: "`";
|
|
724
|
-
}
|
|
725
|
-
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
726
|
-
color: inherit;
|
|
727
|
-
}
|
|
728
|
-
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
729
|
-
color: inherit;
|
|
730
|
-
}
|
|
731
|
-
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
732
|
-
color: inherit;
|
|
733
|
-
font-size: 0.875em;
|
|
734
|
-
}
|
|
735
|
-
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
736
|
-
color: inherit;
|
|
737
|
-
font-size: 0.9em;
|
|
738
|
-
}
|
|
739
|
-
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
740
|
-
color: inherit;
|
|
741
|
-
}
|
|
742
|
-
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
743
|
-
color: inherit;
|
|
744
|
-
}
|
|
745
|
-
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
746
|
-
color: inherit;
|
|
747
|
-
}
|
|
748
|
-
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
749
|
-
color: var(--tw-prose-pre-code);
|
|
750
|
-
background-color: var(--tw-prose-pre-bg);
|
|
751
|
-
overflow-x: auto;
|
|
752
|
-
font-weight: 400;
|
|
753
|
-
font-size: 0.875em;
|
|
754
|
-
line-height: 1.7142857;
|
|
755
|
-
margin-top: 1.7142857em;
|
|
756
|
-
margin-bottom: 1.7142857em;
|
|
757
|
-
border-radius: 0.375rem;
|
|
758
|
-
padding-top: 0.8571429em;
|
|
759
|
-
padding-inline-end: 1.1428571em;
|
|
760
|
-
padding-bottom: 0.8571429em;
|
|
761
|
-
padding-inline-start: 1.1428571em;
|
|
762
|
-
}
|
|
763
|
-
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
764
|
-
background-color: transparent;
|
|
765
|
-
border-width: 0;
|
|
766
|
-
border-radius: 0;
|
|
767
|
-
padding: 0;
|
|
768
|
-
font-weight: inherit;
|
|
769
|
-
color: inherit;
|
|
770
|
-
font-size: inherit;
|
|
771
|
-
font-family: inherit;
|
|
772
|
-
line-height: inherit;
|
|
773
|
-
}
|
|
774
|
-
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
775
|
-
content: none;
|
|
776
|
-
}
|
|
777
|
-
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
778
|
-
content: none;
|
|
779
|
-
}
|
|
780
|
-
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
781
|
-
width: 100%;
|
|
782
|
-
table-layout: auto;
|
|
783
|
-
margin-top: 2em;
|
|
784
|
-
margin-bottom: 2em;
|
|
785
|
-
font-size: 0.875em;
|
|
786
|
-
line-height: 1.7142857;
|
|
787
|
-
}
|
|
788
|
-
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
789
|
-
border-bottom-width: 1px;
|
|
790
|
-
border-bottom-color: var(--tw-prose-th-borders);
|
|
791
|
-
}
|
|
792
|
-
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
793
|
-
color: var(--tw-prose-headings);
|
|
794
|
-
font-weight: 600;
|
|
795
|
-
vertical-align: bottom;
|
|
796
|
-
padding-inline-end: 0.5714286em;
|
|
797
|
-
padding-bottom: 0.5714286em;
|
|
798
|
-
padding-inline-start: 0.5714286em;
|
|
799
|
-
}
|
|
800
|
-
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
801
|
-
border-bottom-width: 1px;
|
|
802
|
-
border-bottom-color: var(--tw-prose-td-borders);
|
|
803
|
-
}
|
|
804
|
-
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
805
|
-
border-bottom-width: 0;
|
|
806
|
-
}
|
|
807
|
-
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
808
|
-
vertical-align: baseline;
|
|
809
|
-
}
|
|
810
|
-
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
811
|
-
border-top-width: 1px;
|
|
812
|
-
border-top-color: var(--tw-prose-th-borders);
|
|
813
|
-
}
|
|
814
|
-
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
815
|
-
vertical-align: top;
|
|
816
|
-
}
|
|
817
|
-
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
818
|
-
text-align: start;
|
|
819
|
-
}
|
|
820
|
-
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
821
|
-
margin-top: 0;
|
|
822
|
-
margin-bottom: 0;
|
|
823
|
-
}
|
|
824
|
-
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
825
|
-
color: var(--tw-prose-captions);
|
|
826
|
-
font-size: 0.875em;
|
|
827
|
-
line-height: 1.4285714;
|
|
828
|
-
margin-top: 0.8571429em;
|
|
829
|
-
}
|
|
830
|
-
.prose {
|
|
831
|
-
--tw-prose-body: #374151;
|
|
832
|
-
--tw-prose-headings: #111827;
|
|
833
|
-
--tw-prose-lead: #4b5563;
|
|
834
|
-
--tw-prose-links: #111827;
|
|
835
|
-
--tw-prose-bold: #111827;
|
|
836
|
-
--tw-prose-counters: #6b7280;
|
|
837
|
-
--tw-prose-bullets: #d1d5db;
|
|
838
|
-
--tw-prose-hr: #e5e7eb;
|
|
839
|
-
--tw-prose-quotes: #111827;
|
|
840
|
-
--tw-prose-quote-borders: #e5e7eb;
|
|
841
|
-
--tw-prose-captions: #6b7280;
|
|
842
|
-
--tw-prose-kbd: #111827;
|
|
843
|
-
--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
|
|
844
|
-
--tw-prose-code: #111827;
|
|
845
|
-
--tw-prose-pre-code: #e5e7eb;
|
|
846
|
-
--tw-prose-pre-bg: #1f2937;
|
|
847
|
-
--tw-prose-th-borders: #d1d5db;
|
|
848
|
-
--tw-prose-td-borders: #e5e7eb;
|
|
849
|
-
--tw-prose-invert-body: #d1d5db;
|
|
850
|
-
--tw-prose-invert-headings: #fff;
|
|
851
|
-
--tw-prose-invert-lead: #9ca3af;
|
|
852
|
-
--tw-prose-invert-links: #fff;
|
|
853
|
-
--tw-prose-invert-bold: #fff;
|
|
854
|
-
--tw-prose-invert-counters: #9ca3af;
|
|
855
|
-
--tw-prose-invert-bullets: #4b5563;
|
|
856
|
-
--tw-prose-invert-hr: #374151;
|
|
857
|
-
--tw-prose-invert-quotes: #f3f4f6;
|
|
858
|
-
--tw-prose-invert-quote-borders: #374151;
|
|
859
|
-
--tw-prose-invert-captions: #9ca3af;
|
|
860
|
-
--tw-prose-invert-kbd: #fff;
|
|
861
|
-
--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
|
|
862
|
-
--tw-prose-invert-code: #fff;
|
|
863
|
-
--tw-prose-invert-pre-code: #d1d5db;
|
|
864
|
-
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
865
|
-
--tw-prose-invert-th-borders: #4b5563;
|
|
866
|
-
--tw-prose-invert-td-borders: #374151;
|
|
867
|
-
font-size: 1rem;
|
|
868
|
-
line-height: 1.75;
|
|
869
|
-
}
|
|
870
|
-
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
871
|
-
margin-top: 0;
|
|
872
|
-
margin-bottom: 0;
|
|
873
|
-
}
|
|
874
|
-
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
875
|
-
margin-top: 0.5em;
|
|
876
|
-
margin-bottom: 0.5em;
|
|
877
|
-
}
|
|
878
|
-
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
879
|
-
padding-inline-start: 0.375em;
|
|
880
|
-
}
|
|
881
|
-
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
882
|
-
padding-inline-start: 0.375em;
|
|
883
|
-
}
|
|
884
|
-
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
885
|
-
margin-top: 0.75em;
|
|
886
|
-
margin-bottom: 0.75em;
|
|
887
|
-
}
|
|
888
|
-
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
889
|
-
margin-top: 1.25em;
|
|
890
|
-
}
|
|
891
|
-
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
892
|
-
margin-bottom: 1.25em;
|
|
893
|
-
}
|
|
894
|
-
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
895
|
-
margin-top: 1.25em;
|
|
896
|
-
}
|
|
897
|
-
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
898
|
-
margin-bottom: 1.25em;
|
|
899
|
-
}
|
|
900
|
-
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
901
|
-
margin-top: 0.75em;
|
|
902
|
-
margin-bottom: 0.75em;
|
|
903
|
-
}
|
|
904
|
-
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
905
|
-
margin-top: 1.25em;
|
|
906
|
-
margin-bottom: 1.25em;
|
|
907
|
-
}
|
|
908
|
-
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
909
|
-
margin-top: 0.5em;
|
|
910
|
-
padding-inline-start: 1.625em;
|
|
911
|
-
}
|
|
912
|
-
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
913
|
-
margin-top: 0;
|
|
914
|
-
}
|
|
915
|
-
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
916
|
-
margin-top: 0;
|
|
917
|
-
}
|
|
918
|
-
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
919
|
-
margin-top: 0;
|
|
920
|
-
}
|
|
921
|
-
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
922
|
-
margin-top: 0;
|
|
923
|
-
}
|
|
924
|
-
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
925
|
-
padding-inline-start: 0;
|
|
926
|
-
}
|
|
927
|
-
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
928
|
-
padding-inline-end: 0;
|
|
929
|
-
}
|
|
930
|
-
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
931
|
-
padding-top: 0.5714286em;
|
|
932
|
-
padding-inline-end: 0.5714286em;
|
|
933
|
-
padding-bottom: 0.5714286em;
|
|
934
|
-
padding-inline-start: 0.5714286em;
|
|
935
|
-
}
|
|
936
|
-
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
937
|
-
padding-inline-start: 0;
|
|
938
|
-
}
|
|
939
|
-
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
940
|
-
padding-inline-end: 0;
|
|
941
|
-
}
|
|
942
|
-
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
943
|
-
margin-top: 2em;
|
|
944
|
-
margin-bottom: 2em;
|
|
945
|
-
}
|
|
946
|
-
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
947
|
-
margin-top: 0;
|
|
948
|
-
}
|
|
949
|
-
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
950
|
-
margin-bottom: 0;
|
|
951
|
-
}
|
|
952
|
-
.prose-invert {
|
|
953
|
-
--tw-prose-body: var(--tw-prose-invert-body);
|
|
954
|
-
--tw-prose-headings: var(--tw-prose-invert-headings);
|
|
955
|
-
--tw-prose-lead: var(--tw-prose-invert-lead);
|
|
956
|
-
--tw-prose-links: var(--tw-prose-invert-links);
|
|
957
|
-
--tw-prose-bold: var(--tw-prose-invert-bold);
|
|
958
|
-
--tw-prose-counters: var(--tw-prose-invert-counters);
|
|
959
|
-
--tw-prose-bullets: var(--tw-prose-invert-bullets);
|
|
960
|
-
--tw-prose-hr: var(--tw-prose-invert-hr);
|
|
961
|
-
--tw-prose-quotes: var(--tw-prose-invert-quotes);
|
|
962
|
-
--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
|
|
963
|
-
--tw-prose-captions: var(--tw-prose-invert-captions);
|
|
964
|
-
--tw-prose-kbd: var(--tw-prose-invert-kbd);
|
|
965
|
-
--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
|
|
966
|
-
--tw-prose-code: var(--tw-prose-invert-code);
|
|
967
|
-
--tw-prose-pre-code: var(--tw-prose-invert-pre-code);
|
|
968
|
-
--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
|
|
969
|
-
--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
|
|
970
|
-
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
|
971
|
-
}
|
|
972
|
-
.visible {
|
|
973
|
-
visibility: visible;
|
|
974
|
-
}
|
|
975
|
-
.block {
|
|
216
|
+
|
|
217
|
+
.scribe-popup-group-label {
|
|
976
218
|
display: block;
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
}
|
|
981
|
-
.flex {
|
|
982
|
-
display: flex;
|
|
983
|
-
}
|
|
984
|
-
.table {
|
|
985
|
-
display: table;
|
|
986
|
-
}
|
|
987
|
-
.w-full {
|
|
988
|
-
width: 100%;
|
|
989
|
-
}
|
|
990
|
-
.max-w-none {
|
|
991
|
-
max-width: none;
|
|
992
|
-
}
|
|
993
|
-
.cursor-not-allowed {
|
|
994
|
-
cursor: not-allowed;
|
|
995
|
-
}
|
|
996
|
-
.cursor-pointer {
|
|
997
|
-
cursor: pointer;
|
|
998
|
-
}
|
|
999
|
-
.flex-row {
|
|
1000
|
-
flex-direction: row;
|
|
1001
|
-
}
|
|
1002
|
-
.flex-col {
|
|
1003
|
-
flex-direction: column;
|
|
1004
|
-
}
|
|
1005
|
-
.items-center {
|
|
1006
|
-
align-items: center;
|
|
1007
|
-
}
|
|
1008
|
-
.gap-2 {
|
|
1009
|
-
gap: 0.5rem;
|
|
1010
|
-
}
|
|
1011
|
-
.gap-4 {
|
|
1012
|
-
gap: 1rem;
|
|
1013
|
-
}
|
|
1014
|
-
.gap-x-4 {
|
|
1015
|
-
-moz-column-gap: 1rem;
|
|
1016
|
-
column-gap: 1rem;
|
|
1017
|
-
}
|
|
1018
|
-
.rounded-\[4px\] {
|
|
1019
|
-
border-radius: 4px;
|
|
1020
|
-
}
|
|
1021
|
-
.rounded-lg {
|
|
1022
|
-
border-radius: 0.5rem;
|
|
1023
|
-
}
|
|
1024
|
-
.rounded-md {
|
|
1025
|
-
border-radius: 0.375rem;
|
|
1026
|
-
}
|
|
1027
|
-
.border {
|
|
1028
|
-
border-width: 1px;
|
|
1029
|
-
}
|
|
1030
|
-
.border-b {
|
|
1031
|
-
border-bottom-width: 1px;
|
|
1032
|
-
}
|
|
1033
|
-
.border-l {
|
|
1034
|
-
border-left-width: 1px;
|
|
1035
|
-
}
|
|
1036
|
-
.border-zinc-200 {
|
|
1037
|
-
--tw-border-opacity: 1;
|
|
1038
|
-
border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
|
|
1039
|
-
}
|
|
1040
|
-
.border-zinc-700 {
|
|
1041
|
-
--tw-border-opacity: 1;
|
|
1042
|
-
border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
|
|
1043
|
-
}
|
|
1044
|
-
.bg-gray-200 {
|
|
1045
|
-
--tw-bg-opacity: 1;
|
|
1046
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1047
|
-
}
|
|
1048
|
-
.bg-gray-300 {
|
|
1049
|
-
--tw-bg-opacity: 1;
|
|
1050
|
-
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
|
1051
|
-
}
|
|
1052
|
-
.bg-gray-800 {
|
|
1053
|
-
--tw-bg-opacity: 1;
|
|
1054
|
-
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
1055
|
-
}
|
|
1056
|
-
.bg-gray-900 {
|
|
1057
|
-
--tw-bg-opacity: 1;
|
|
1058
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1059
|
-
}
|
|
1060
|
-
.bg-white {
|
|
1061
|
-
--tw-bg-opacity: 1;
|
|
1062
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1063
|
-
}
|
|
1064
|
-
.bg-zinc-200 {
|
|
1065
|
-
--tw-bg-opacity: 1;
|
|
1066
|
-
background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
|
|
1067
|
-
}
|
|
1068
|
-
.bg-zinc-700 {
|
|
1069
|
-
--tw-bg-opacity: 1;
|
|
1070
|
-
background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
|
|
1071
|
-
}
|
|
1072
|
-
.bg-opacity-50 {
|
|
1073
|
-
--tw-bg-opacity: 0.5;
|
|
1074
|
-
}
|
|
1075
|
-
.p-1 {
|
|
1076
|
-
padding: 0.25rem;
|
|
1077
|
-
}
|
|
1078
|
-
.p-2 {
|
|
1079
|
-
padding: 0.5rem;
|
|
1080
|
-
}
|
|
1081
|
-
.p-3 {
|
|
1082
|
-
padding: 0.75rem;
|
|
1083
|
-
}
|
|
1084
|
-
.p-\[12px\] {
|
|
1085
|
-
padding: 12px;
|
|
1086
|
-
}
|
|
1087
|
-
.p-\[16px\] {
|
|
1088
|
-
padding: 16px;
|
|
1089
|
-
}
|
|
1090
|
-
.p-\[8px\] {
|
|
1091
|
-
padding: 8px;
|
|
1092
|
-
}
|
|
1093
|
-
.font-bold {
|
|
1094
|
-
font-weight: 700;
|
|
1095
|
-
}
|
|
1096
|
-
.italic {
|
|
1097
|
-
font-style: italic;
|
|
1098
|
-
}
|
|
1099
|
-
.text-black {
|
|
1100
|
-
--tw-text-opacity: 1;
|
|
1101
|
-
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
1102
|
-
}
|
|
1103
|
-
.text-white {
|
|
1104
|
-
--tw-text-opacity: 1;
|
|
1105
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1106
|
-
}
|
|
1107
|
-
.shadow-md {
|
|
1108
|
-
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1109
|
-
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1110
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1111
|
-
}
|
|
1112
|
-
.invert {
|
|
1113
|
-
--tw-invert: invert(100%);
|
|
1114
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1115
|
-
}
|
|
1116
|
-
.filter {
|
|
1117
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
219
|
+
padding: 8px 10px 6px;
|
|
220
|
+
text-transform: uppercase;
|
|
221
|
+
letter-spacing: 0.08em;
|
|
1118
222
|
}
|
|
1119
223
|
|
|
1120
|
-
.scribe {
|
|
1121
|
-
|
|
224
|
+
.scribe-popup-item {
|
|
225
|
+
align-items: center;
|
|
226
|
+
background: transparent;
|
|
227
|
+
border: 0;
|
|
228
|
+
border-radius: 10px;
|
|
229
|
+
color: var(--gray-12);
|
|
230
|
+
cursor: pointer;
|
|
231
|
+
display: flex;
|
|
232
|
+
gap: 12px;
|
|
233
|
+
padding: 10px 12px;
|
|
234
|
+
text-align: left;
|
|
1122
235
|
width: 100%;
|
|
1123
|
-
border-width: 0px;
|
|
1124
|
-
outline: 2px solid transparent;
|
|
1125
|
-
outline-offset: 2px;
|
|
1126
236
|
}
|
|
1127
237
|
|
|
1128
|
-
.
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
height: 0px;
|
|
1132
|
-
--tw-text-opacity: 1;
|
|
1133
|
-
color: rgb(149 149 149 / var(--tw-text-opacity, 1));
|
|
1134
|
-
content: attr(data-placeholder);
|
|
238
|
+
.scribe-popup-item:hover,
|
|
239
|
+
.scribe-popup-item[data-selected="true"] {
|
|
240
|
+
background: var(--gray-a3);
|
|
1135
241
|
}
|
|
1136
242
|
|
|
1137
|
-
.
|
|
1138
|
-
|
|
1139
|
-
img {
|
|
1140
|
-
height: 1em;
|
|
1141
|
-
width: 1em;
|
|
1142
|
-
width: 100%;
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
243
|
+
.scribe-popup-item--command {
|
|
244
|
+
align-items: flex-start;
|
|
1145
245
|
}
|
|
1146
246
|
|
|
1147
|
-
.
|
|
1148
|
-
|
|
1149
|
-
--
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
247
|
+
.scribe-popup-item-icon {
|
|
248
|
+
align-items: center;
|
|
249
|
+
background: var(--gray-2);
|
|
250
|
+
border: 1px solid var(--gray-6);
|
|
251
|
+
border-radius: 10px;
|
|
252
|
+
color: var(--gray-11);
|
|
253
|
+
display: inline-flex;
|
|
254
|
+
flex-shrink: 0;
|
|
255
|
+
height: 40px;
|
|
256
|
+
justify-content: center;
|
|
257
|
+
width: 40px;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.scribe-popup-item-copy {
|
|
1155
261
|
display: flex;
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
border-radius: 4px;
|
|
1161
|
-
border-style: none;
|
|
1162
|
-
background-color: transparent;
|
|
1163
|
-
padding: 0.25rem;
|
|
1164
|
-
}
|
|
1165
|
-
.menu-item-wrapper > button:hover {
|
|
1166
|
-
--tw-bg-opacity: 1;
|
|
1167
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1168
|
-
}
|
|
1169
|
-
.menu-item-wrapper > button.active {
|
|
1170
|
-
border-radius: 4px;
|
|
1171
|
-
--tw-bg-opacity: 1;
|
|
1172
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1173
|
-
padding: 0.25rem;
|
|
262
|
+
flex: 1;
|
|
263
|
+
flex-direction: column;
|
|
264
|
+
gap: 2px;
|
|
265
|
+
min-width: 0;
|
|
1174
266
|
}
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
stroke: currentColor;
|
|
267
|
+
|
|
268
|
+
.scribe-popup-item-title {
|
|
269
|
+
display: block;
|
|
270
|
+
font-weight: 600;
|
|
1180
271
|
}
|
|
1181
272
|
|
|
1182
|
-
.
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
--tw-bg-opacity: 1;
|
|
1191
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1192
|
-
padding-top: 12px;
|
|
1193
|
-
padding-bottom: 12px;
|
|
1194
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1195
|
-
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1196
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
273
|
+
.scribe-emoji-preview {
|
|
274
|
+
align-items: center;
|
|
275
|
+
display: inline-flex;
|
|
276
|
+
flex-shrink: 0;
|
|
277
|
+
font-size: 1rem;
|
|
278
|
+
height: 18px;
|
|
279
|
+
justify-content: center;
|
|
280
|
+
width: 18px;
|
|
1197
281
|
}
|
|
1198
282
|
|
|
1199
283
|
.slash-menu-icon {
|
|
284
|
+
fill: currentColor;
|
|
1200
285
|
height: 20px;
|
|
1201
286
|
width: 20px;
|
|
1202
|
-
fill: #000;
|
|
1203
287
|
}
|
|
288
|
+
|
|
1204
289
|
.slash-menu-icon-with-strokes {
|
|
290
|
+
fill: none;
|
|
1205
291
|
height: 20px;
|
|
292
|
+
stroke: currentColor;
|
|
1206
293
|
width: 20px;
|
|
1207
|
-
stroke: #000;
|
|
1208
294
|
}
|
|
1209
295
|
|
|
1210
296
|
.scribe .scribe-image-node {
|
|
1211
|
-
margin: auto;
|
|
1212
297
|
height: auto;
|
|
298
|
+
margin: 0 auto;
|
|
1213
299
|
width: 100%;
|
|
1214
300
|
}
|
|
1215
301
|
|
|
@@ -1222,15 +308,6 @@ video {
|
|
|
1222
308
|
margin-left: 0.5rem;
|
|
1223
309
|
}
|
|
1224
310
|
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
.dark\:bg-gray-700 {
|
|
1228
|
-
--tw-bg-opacity: 1;
|
|
1229
|
-
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.dark\:bg-gray-800 {
|
|
1233
|
-
--tw-bg-opacity: 1;
|
|
1234
|
-
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
1235
|
-
}
|
|
311
|
+
.scribe-list-toolbar {
|
|
312
|
+
padding: 0 16px 16px;
|
|
1236
313
|
}
|