Compare commits

..

1 Commits

2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -65,9 +65,6 @@
let popoverIsVisible = $state(false)
</script>
{#if thunk}
<ThunkFailure showToastOnRetry {thunk} class="mt-1" />
{/if}
<div
data-event={event.id}
class="group chat flex items-center justify-end gap-1 px-2"
@@ -125,6 +122,9 @@
<Content showEntire {event} />
</div>
</TapTarget>
{#if thunk}
<ThunkFailure showToastOnRetry {thunk} class="mb-2 mr-2" />
{/if}
<div class="row-2 z-feature -mt-4 ml-4">
<ReactionSummary {event} {deleteReaction} {createReaction} noTooltip />
</div>
+1 -1
View File
@@ -127,7 +127,7 @@
<div class:mt-2={showPubkey && event.kind !== MESSAGE}>
<RoomItemContent {url} event={$innerEvent ?? event} />
{#if thunk}
<ThunkFailure showToastOnRetry {thunk} class="mt-2 text-sm" />
<ThunkFailure showToastOnRetry {thunk} class="mt-1 flex justify-end" />
{/if}
</div>
</div>