From b89ffe00fbb28fac3daafb1f7adc71be72b59433 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 6 Nov 2024 17:12:42 -0500 Subject: Be more consistent around margins and padding for the "main" pane --- ui/lib/components/ActiveChannel.svelte | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'ui/lib/components/ActiveChannel.svelte') diff --git a/ui/lib/components/ActiveChannel.svelte b/ui/lib/components/ActiveChannel.svelte index f939dbd..ba62d6c 100644 --- a/ui/lib/components/ActiveChannel.svelte +++ b/ui/lib/components/ActiveChannel.svelte @@ -4,16 +4,8 @@ let { messageRuns } = $props(); -
- {#each messageRuns as { sender, messages }} -
- -
- {/each} -
- - +{#each messageRuns as { sender, messages }} +
+ +
+{/each} -- cgit v1.2.3