Skip to content

Commit 36764f4

Browse files
committed
center checkbox and add slight chamfer to said box
Signed-off-by: Felix Nüsse <[email protected]>
1 parent 9866e81 commit 36764f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/EditorEasyMDE.vue

+5
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,11 @@ export default {
480480
text-decoration: line-through;
481481
}
482482
483+
.CodeMirror .cm-formatting-task.cm-meta::before, .CodeMirror .cm-formatting-task.cm-property::before {
484+
border-radius: 4px;
485+
top: 2px;
486+
}
487+
483488
.toolbar {
484489
width: 100%;
485490
height: 44px;

0 commit comments

Comments
 (0)