Fix channel loading

This commit is contained in:
Jon Staab
2024-10-17 09:44:06 -07:00
parent 8ce79193d1
commit 1055a6d567
6 changed files with 27 additions and 37 deletions
+3 -3
View File
@@ -83,9 +83,9 @@
</p>
</div>
{/if}
<div class="flex w-full gap-2">
<div class="flex w-full gap-3">
{#if showPubkey}
<Avatar src={$profile?.picture} class="border border-solid border-base-content" size={10} />
<Avatar src={$profile?.picture} class="border border-solid border-base-content" size={8} />
{:else}
<div class="w-10 min-w-10 max-w-10" />
{/if}
@@ -100,7 +100,7 @@
<div class="text-sm">
<Content {event} />
{#if thunk}
<div class="badge">
<div class="badge badge-neutral">
<ThunkStatus {thunk} />
</div>
{/if}
+1 -1
View File
@@ -85,7 +85,7 @@
<Avatar
src={$profile?.picture}
class="border border-solid border-base-content"
size={10} />
size={8} />
</Button>
{/if}
<div class="-mt-1 flex-grow pr-1">