fix: emoji picker style

This commit is contained in:
steven
2022-10-03 09:11:07 +08:00
parent 6a3b052fa2
commit 05e46ee4a8
5 changed files with 31 additions and 28 deletions

View File

@ -34,14 +34,15 @@
@apply text-blue-600 cursor-pointer underline break-all hover:opacity-80;
}
.counter-block,
.ol-block,
.ul-block,
.todo-block {
@apply float-left inline-block box-border text-center w-7 font-mono select-none;
@apply inline-block box-border text-center w-7 font-mono select-none;
}
.todo-block {
@apply w-4 h-4 leading-4 border rounded box-border text-lg cursor-pointer shadow-inner hover:opacity-80;
margin-top: 6px;
transform: translateY(2px);
margin-left: 6px;
margin-right: 6px;
}