mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): alignment for the page tags and refs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user