This commit is contained in:
Jon Staab
2024-10-24 17:25:52 -07:00
parent 447e2e4d93
commit f92af32a0b
4 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -161,7 +161,8 @@
<ChatMessage {event} {thunk} {pubkeys} {showPubkey} />
{/if}
{/each}
<p class="flex flex-col gap-4 max-w-sm m-auto text-center h-10 items-center justify-center py-20">
<p
class="m-auto flex h-10 max-w-sm flex-col items-center justify-center gap-4 py-20 text-center">
<Spinner {loading}>
{#if loading}
Looking for messages...
+1 -1
View File
@@ -28,7 +28,7 @@
$: failure = Object.entries($status).find(([url, s]) => [Failure, Timeout].includes(s.status))
</script>
<div class="flex justify-end text-xs px-1">
<div class="flex justify-end px-1 text-xs">
{#if canCancel || isPending}
<span class="mt-2 flex items-center gap-1">
<span class="loading loading-spinner mx-1 h-3 w-3 translate-y-px" />