mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 10:00:07 -04:00
Update SearchField.svelte
This commit is contained in:
parent
5db8d14b33
commit
0fe039a9d6
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-2 flex justify-between px-1">
|
<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
|
>Found
|
||||||
<span class:animate-spin={isLoading}>{!isLoading ? found.toLocaleString() : '/'}</span>
|
<span class:animate-spin={isLoading}>{!isLoading ? found.toLocaleString() : '/'}</span>
|
||||||
channel(s)</span
|
channel(s)</span
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
on:click|preventDefault={showSearchSyntax}
|
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
|
Search syntax
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue