Skip to content

Commit d0d819d

Browse files
authored
fix(ui): reduce size of link icon (#1566)
1 parent f59bc88 commit d0d819d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Readme.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ function handleClick(event: MouseEvent) {
154154
/* I don't know what kind of sorcery this is, but it ensures this icon can't wrap to a new line on its own. */
155155
content: '__';
156156
@apply inline i-lucide:link rtl-flip ms-1 opacity-0;
157+
font-size: 0.75em;
157158
}
158159
159160
.readme :deep(a[href^='#']:hover::after) {

0 commit comments

Comments
 (0)