diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/App.svelte | 2 | ||||
| -rw-r--r-- | src/features/chat/ui/ChatView.svelte | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/App.svelte b/src/app/App.svelte index 9926824..2bcf346 100644 --- a/src/app/App.svelte +++ b/src/app/App.svelte @@ -499,7 +499,7 @@ </div> {/if} - <div class="relative min-h-0 min-w-0 flex-1"> + <div class="relative min-h-0 min-w-0 flex-1 pr-4"> <div bind:this={transcriptEl} class="h-full overflow-y-auto"> <div bind:this={transcriptContentEl}> {#key store.activeConversationId} diff --git a/src/features/chat/ui/ChatView.svelte b/src/features/chat/ui/ChatView.svelte index e72f639..b49f7b4 100644 --- a/src/features/chat/ui/ChatView.svelte +++ b/src/features/chat/ui/ChatView.svelte @@ -210,7 +210,7 @@ {/if} {/snippet} -<div class="flex flex-col gap-2 p-4 pl-6" role="log" aria-live="polite"> +<div class="flex flex-col gap-2 pt-4 pb-4 pl-6" role="log" aria-live="polite"> {#if hasEarlier && onShowEarlier} <!-- Chat limit: older chunks are unloaded; offer to page them back in. --> <div class="flex justify-center"> |
