Skip to content

Commit 292f076

Browse files
committed
chore: remove internal padding
1 parent 26eddb1 commit 292f076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function updateSearch() {}
5656
<p class="flex gap-2 items-center">
5757
{{ repo }}
5858
<button
59-
class="rounded-full w-7 h-7 flex place-items-center border-solid border border-gray-700 bg-transparent color-gray-400 py-2 hover:color-gray-200 active:color-white focus:color-gray-200 hover:border-gray-400 active:border-white focus:border-gray-400 transition-colors"
59+
class="rounded-full w-7 h-7 flex items-center justify-center border-solid border border-gray-700 bg-transparent color-gray-400 hover:color-gray-200 active:color-white focus:color-gray-200 hover:border-gray-400 active:border-white focus:border-gray-400 transition-colors flex-shrink-0"
6060
:class="{ 'animate-spin opacity-50 pointer-events-none': status === 'pending' || status === 'idle' }"
6161
@click="() => refresh()"
6262
>

0 commit comments

Comments
 (0)