A few ui tweaks

This commit is contained in:
Jon Staab
2024-10-24 17:25:28 -07:00
parent 1200f29422
commit 447e2e4d93
15 changed files with 64 additions and 49 deletions
@@ -32,9 +32,9 @@
<div class="col-2">
<div class="overflow-auto pt-3">
<ChannelMessage {url} {room} {event} thunk={$thunks[event.id]} showPubkey isHead />
<ChannelMessage {url} {room} {event} thunk={$thunks[event.id]} showPubkey isHead inert />
{#each sortBy(e => e.created_at, $replies) as reply (reply.id)}
<ChannelMessage {url} {room} event={reply} thunk={$thunks[reply.id]} showPubkey />
<ChannelMessage {url} {room} event={reply} thunk={$thunks[reply.id]} showPubkey inert />
{/each}
</div>
<div class="bottom-0 left-0 right-0">