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.
ink-mde
1 parent b6f8789 commit 33ed09bCopy full SHA for 33ed09b
components/CoreEditor.vue
@@ -234,10 +234,10 @@ export default defineComponent({
234
max-width: var(--core-editor-max-width-in-chars);
235
}
236
237
- .ink-mde-task-toggle {
238
- @apply checkbox;
+ .ink-mde-task-marker {
+ @apply checkbox outline-1;
239
240
- top: -2px;
+ translate: 0 -2px;
241
242
243
.cm-editor,
package.json
@@ -38,7 +38,7 @@
38
"firebase": "^10.8.0",
39
"force-graph": "^1.43.4",
40
"fuse.js": "^6.6.2",
41
- "ink-mde": "^0.33.0",
+ "ink-mde": "^0.34.0",
42
"jszip": "^3.10.1",
43
"khroma": "^2.1.0",
44
"mermaid": "^9.4.3",
0 commit comments