fix(ui): polish task marker for file based block

This commit is contained in:
charlie
2024-09-03 14:16:51 +08:00
parent 9f6667a750
commit 7655556d8a

View File

@@ -203,7 +203,11 @@
@apply inline;
> .ui__checkbox {
@apply relative top-[3px];
@apply relative top-[2px];
> span {
@apply h-full;
}
}
&.as-heading {