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