Fix failure to navigate, quote transitions

This commit is contained in:
Jon Staab
2024-11-20 08:53:12 -08:00
parent 05f7d128e4
commit 1c0e680c17
8 changed files with 41 additions and 34 deletions
+3 -3
View File
@@ -79,10 +79,10 @@
<div class="flex w-full gap-3 overflow-auto">
{#if showPubkey}
<Link external href={pubkeyLink(event.pubkey)} class="flex items-start">
<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} />
</Link>
{:else}
<div class="w-10 min-w-10 max-w-10" />
<div class="w-8 min-w-8 max-w-8" />
{/if}
<div class="-mt-1 min-w-0 flex-grow pr-1">
{#if showPubkey}
@@ -105,7 +105,7 @@
</div>
</div>
</div>
<div class="row-2 ml-12">
<div class="row-2 ml-10 mt-1">
{#if !isHead}
<ReplySummary relays={[url]} {event} on:click={onClick} />
{/if}