mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix: display icon in node reference
Unless it's a normal page or block without any tag.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user