Skip to content

Commit 0e49c56

Browse files
committed
style: fix chrome incompatibility with icon size
1 parent b0c6dc8 commit 0e49c56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/ui/typography/FancyLink.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<a
1010
class={merge(
11-
'inline-flex items-center gap-md underline-offset-4 focus-within:underline hover:underline',
11+
'inline-flex items-center gap-md underline-offset-4 *:first:size-(--icon-size,1.5em) focus-within:underline hover:underline',
1212
clazz,
1313
)}
1414
href={link.href}

0 commit comments

Comments
 (0)