We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d95f9 commit ac963a5Copy full SHA for ac963a5
src/Web/typography.css
@@ -44,8 +44,12 @@
44
@apply opacity-100;
45
}
46
47
+ & a {
48
+ @apply inline-flex items-baseline;
49
+ }
50
+
51
& a span:has(svg) {
- @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);
53
54
55
& a span svg {
0 commit comments