chore: update tag list selector

This commit is contained in:
boojack
2022-07-04 21:27:07 +08:00
parent 3f3f6eaee8
commit 29f73f0d25
4 changed files with 30 additions and 133 deletions

View File

@ -21,11 +21,11 @@
.counter-block,
.todo-block {
@apply inline-block text-center w-7 font-mono select-none;
@apply float-left inline-block box-border text-center w-7 font-mono select-none;
}
.todo-block {
@apply w-4 h-4 leading-4 border rounded float-left box-border text-lg cursor-pointer shadow-inner hover:opacity-80;
@apply w-4 h-4 leading-4 border rounded box-border text-lg cursor-pointer shadow-inner hover:opacity-80;
margin-top: 6px;
margin-left: 6px;
margin-right: 6px;