Making things look nicer.

This commit is contained in:
Scott Idem
2024-07-25 18:26:38 -04:00
parent 86c8aa6c83
commit f8b53baee8

View File

@@ -569,10 +569,10 @@ onMount(() => {
{:else}
<p
class="text-center text-muted"
class="w-96 text-center text-gray-500"
class:hidden={display_mode != 'default'}
>
No files uploaded yet.
No files uploaded to display
</p>
{/if}