enhance(ui): alignment for the page tags and refs

This commit is contained in:
charlie
2024-03-04 15:08:14 +08:00
parent c0d3c78152
commit 059da6b22e
2 changed files with 41 additions and 31 deletions

View File

@@ -122,6 +122,10 @@
}
}
}
.page-ref {
@apply inline-flex items-baseline;
}
}
.open-block-ref-link {
@@ -303,11 +307,16 @@
}
.page-ref {
@apply inline;
color: var(--lx-accent-11, var(--ls-link-text-color, hsl(var(--primary)/.8)));
&:hover {
color: var(--lx-accent-11, var(--ls-link-text-color, hsl(var(--primary))));
}
.ui__icon.ti {
@apply relative left-[1px] top-[3px];
}
}
.asset-ref {