Skip to content

Commit ac963a5

Browse files
committed
chore: fix docs link hash alignment
1 parent d4d95f9 commit ac963a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Web/typography.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,12 @@
4444
@apply opacity-100;
4545
}
4646

47+
& a {
48+
@apply inline-flex items-baseline;
49+
}
50+
4751
& a span:has(svg) {
48-
@apply absolute -ms-9 top-1 opacity-0 p-1 bg-(--ui-bg-elevated) hover:text-(--ui-primary) rounded-md hidden lg:flex text-(--ui-text-muted) transition border border-(--ui-border);
52+
@apply translate-y-px absolute -ms-9 opacity-0 p-1 bg-(--ui-bg-elevated) hover:text-(--ui-primary) rounded-md hidden lg:flex text-(--ui-text-muted) transition border border-(--ui-border);
4953
}
5054

5155
& a span svg {

0 commit comments

Comments
 (0)