Maybe get dialogs behaving properly

This commit is contained in:
Jon Staab
2024-10-15 15:52:30 -07:00
parent 4decb2f4d9
commit 9c300d40f6
22 changed files with 169 additions and 189 deletions
+2 -2
View File
@@ -54,9 +54,9 @@
{@const following = getPubkeyTagValues(getListTags($userFollows)).includes(pubkey)}
<div class="divider" />
<button type="button" class="chat chat-start cursor-default" on:click|stopPropagation>
<div class="bg-alt chat-bubble text-left col-4">
<div class="bg-alt col-4 chat-bubble text-left">
<Content hideMedia={!following} {event} />
<Link external href={entityLink(nevent)} class="row-2 justify-end group whitespace-nowrap">
<Link external href={entityLink(nevent)} class="row-2 group justify-end whitespace-nowrap">
<Icon icon="link-round" size={3} />
<p class="text-xs">{formatTimestamp(event.created_at)}</p>
</Link>