File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ async function updateSearch() {}
56
56
<p class =" flex gap-2 items-center" >
57
57
{{ repo }}
58
58
<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 "
60
60
:class =" { 'animate-spin opacity-50 pointer-events-none': status === 'pending' || status === 'idle' }"
61
61
@click =" () => refresh()"
62
62
>
You can’t perform that action at this time.
0 commit comments