Update SearchField.svelte

This commit is contained in:
freearhey 2023-10-10 18:12:26 +03:00
parent 5db8d14b33
commit 0fe039a9d6

View file

@ -49,7 +49,7 @@
/>
</div>
<div class="mt-2 flex justify-between px-1">
<span class="inline-flex text-sm text-gray-500 dark:text-gray-400 font-mono pt-1"
<span class="inline-flex text-sm text-gray-500 dark:text-gray-400 font-mono pt-[2px]"
>Found&nbsp;
<span class:animate-spin={isLoading}>{!isLoading ? found.toLocaleString() : '/'}</span>
&nbsp;channel(s)</span
@ -57,7 +57,7 @@
<button
type="button"
on:click|preventDefault={showSearchSyntax}
class="inline-flex text-sm text-gray-500 dark:text-gray-400 font-mono hover:underline hover:text-blue-500 dark:hover:text-blue-400 pt-1"
class="inline-flex text-sm text-gray-500 dark:text-gray-400 font-mono hover:underline hover:text-blue-500 dark:hover:text-blue-400 pt-[2px]"
>
Search syntax
</button>