chore: update todo block

This commit is contained in:
boojack
2022-07-03 11:24:57 +08:00
parent 5dd6d505cc
commit 65ade1fc87
7 changed files with 12 additions and 16 deletions

View File

@ -25,7 +25,10 @@
}
.todo-block {
@apply rounded select-none cursor-pointer hover:shadow-inner;
@apply w-4 h-4 leading-4 border rounded float-left box-border text-lg cursor-pointer shadow-inner hover:opacity-80;
margin-top: 6px;
margin-left: 6px;
margin-right: 6px;
}
pre {