This commit is contained in:
Timothy Jaeryang Baek 2025-05-25 00:52:53 +04:00
parent 9b000d82ec
commit 0fe00ab2c3

View File

@ -113,7 +113,9 @@
<div class="w-full">
<div class="text-left text-sm w-full mb-3 max-h-[22rem] overflow-y-scroll">
{#if chatList.length === 0}
<div class="text-xs text-gray-500 dark:text-gray-400 text-center px-5 min-h-20">
<div
class="text-xs text-gray-500 dark:text-gray-400 text-center px-5 min-h-20 w-full h-full flex justify-center items-center"
>
{$i18n.t('No results found')}
</div>
{/if}