Tweaks to navigation

This commit is contained in:
Jon Staab
2024-10-23 09:45:06 -07:00
parent f0d53ebb39
commit a382facc70
21 changed files with 282 additions and 267 deletions
+3 -3
View File
@@ -51,6 +51,9 @@
let popoverIsVisible = false
</script>
{#if thunk}
<ThunkStatus {thunk} />
{/if}
<div
class="group chat flex items-center justify-end gap-1 px-2"
class:chat-start={event.pubkey !== $pubkey}
@@ -96,9 +99,6 @@
{/if}
<div class="text-sm">
<Content showEntire {event} />
{#if thunk}
<ThunkStatus {thunk} />
{/if}
</div>
</div>
</div>