Skip to content

Commit e2e062d

Browse files
committed
fix(ui): moved to ::after
1 parent d463da2 commit e2e062d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Readme.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ 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) {
160161
@apply opacity-100;
161-
font-size: 0.75em;
162162
}
163163
164164
.readme :deep(code) {

0 commit comments

Comments
 (0)