fix: display icon in node reference

Unless it's a normal page or block without any tag.
This commit is contained in:
Tienson Qin
2024-10-09 19:00:11 +08:00
parent ae4ebe48ad
commit b352300927
5 changed files with 26 additions and 37 deletions

View File

@@ -469,7 +469,7 @@ a.tag {
}
.preview-ref-link {
@apply inline-block;
@apply inline-flex;
& + &, & + a.tag, a.tag + & {
@apply mx-[3px];
@@ -478,12 +478,6 @@ a.tag {
.block-title-wrap.as-heading {
@apply my-0 pb-0;
}
.page-ref {
.ui__icon.ti {
@apply relative left-[2px] top-[5px];
}
}
}
svg.note {