@ctzhian/tiptap 1.12.10 → 1.12.11
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/index.css +4 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
left: -24px;
|
|
148
148
|
font-size: 16px;
|
|
149
149
|
line-height: 26px;
|
|
150
|
+
font-size: 20px;
|
|
150
151
|
color: var(--mui-palette-primary-main);
|
|
151
152
|
}
|
|
152
153
|
|
|
@@ -156,14 +157,17 @@
|
|
|
156
157
|
|
|
157
158
|
.tiptap.ProseMirror ul:not([data-type='taskList']) ul li::before {
|
|
158
159
|
content: '◦' !important;
|
|
160
|
+
font-size: 15px;
|
|
159
161
|
}
|
|
160
162
|
|
|
161
163
|
.tiptap.ProseMirror ul:not([data-type='taskList']) ul ul li::before {
|
|
162
164
|
content: '▪' !important;
|
|
165
|
+
font-size: 20px;
|
|
163
166
|
}
|
|
164
167
|
|
|
165
168
|
.tiptap.ProseMirror ul:not([data-type='taskList']) ul ul ul li::before {
|
|
166
169
|
content: '•' !important;
|
|
170
|
+
font-size: 20px;
|
|
167
171
|
}
|
|
168
172
|
|
|
169
173
|
.tiptap.ProseMirror ul[data-type='taskList'] {
|