Skip to content

Commit af087a4

Browse files
authored
fix: unify button and link size in IconDetail (#345)
1 parent dcd8752 commit af087a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/IconDetail.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ const collection = computed(() => {
265265
View on
266266
</div>
267267
<a
268-
v-if="collection" class="btn small mr-1 mb-1 opacity-75"
268+
v-if="collection" class="btn small mr-1 mb-1 opacity-75 inline-flex"
269269
:href="`https://icon-sets.iconify.design/${collection.id}/?query=${icon.split(':')[1]}`" target="_blank"
270270
>
271271
Iconify
272272
</a>
273273
<a
274-
v-if="collection" class="btn small mr-1 mb-1 opacity-75"
274+
v-if="collection" class="btn small mr-1 mb-1 opacity-75 inline-flex"
275275
:href="`https://uno.antfu.me/?s=i-${icon.replace(':', '-')}`" target="_blank"
276276
>
277277
UnoCSS

0 commit comments

Comments
 (0)