Skip to content

Commit

Permalink
center checkbox and add slight chamfer to said box
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
  • Loading branch information
newhinton committed May 28, 2022
1 parent 9866e81 commit 36764f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/EditorEasyMDE.vue
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,11 @@ export default {
text-decoration: line-through;
}
.CodeMirror .cm-formatting-task.cm-meta::before, .CodeMirror .cm-formatting-task.cm-property::before {
border-radius: 4px;
top: 2px;
}
.toolbar {
width: 100%;
height: 44px;
Expand Down

0 comments on commit 36764f4

Please sign in to comment.