This commit is contained in:
Timothy Jaeryang Baek 2025-11-25 04:56:26 -05:00
parent 6a095099d5
commit 63ca0a3519

View file

@ -93,7 +93,7 @@
<div class="my-10">
<Spinner className="size-5" />
</div>
{:else if users.length > 0}
{:else}
<div class="flex gap-1">
<div class=" flex w-full space-x-2">
<div class="flex flex-1">
@ -119,6 +119,8 @@
</div>
</div>
</div>
{#if users.length > 0}
<div class="scrollbar-hidden relative whitespace-nowrap w-full max-w-full">
<div class=" text-sm text-left text-gray-500 dark:text-gray-400 w-full max-w-full">
<div
@ -230,4 +232,5 @@
{$i18n.t('No users were found.')}
</div>
{/if}
{/if}
</div>