From 25c066d7bd59a921e04504656b3c94ef89f36419 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 11 Jan 2025 13:20:18 -0500 Subject: Use margins, rather than alternating float/non-float elements, to lay out own/other messages. --- ui/lib/components/ActiveChannel.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ui/lib/components') diff --git a/ui/lib/components/ActiveChannel.svelte b/ui/lib/components/ActiveChannel.svelte index ba62d6c..9c181e4 100644 --- a/ui/lib/components/ActiveChannel.svelte +++ b/ui/lib/components/ActiveChannel.svelte @@ -5,7 +5,5 @@ {#each messageRuns as { sender, messages }} -
- -
+ {/each} -- cgit v1.2.3