enhance(ui): display inline for the node ref within the block title line

This commit is contained in:
charlie
2024-08-22 10:41:18 +08:00
parent e16c880280
commit 3241707534

View File

@@ -480,9 +480,15 @@ a.tag {
}
.preview-ref-link {
@apply inline-block;
& + &, & + a.tag, a.tag + & {
@apply mx-[3px];
}
.block-title-wrap.as-heading {
@apply my-0 pb-0;
}
}
svg.note {