summaryrefslogtreecommitdiffhomepage
path: root/src/features
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 17:13:45 +0900
committerAdam Malczewski <[email protected]>2026-06-27 17:13:45 +0900
commit47248676ff6db70c4db00c866e13840c3299de36 (patch)
treedbdbebfddd9c44a7d75153e5e48a36449d113740 /src/features
parentaf647673f60e09947bb0a968f039e472a83f4c1d (diff)
downloaddispatch-web-47248676ff6db70c4db00c866e13840c3299de36.tar.gz
dispatch-web-47248676ff6db70c4db00c866e13840c3299de36.zip
fix(sidebar-tabs): align chat scrollbar with composer instead of flush against sidebar
Diffstat (limited to 'src/features')
-rw-r--r--src/features/chat/ui/ChatView.svelte2
1 files changed, 1 insertions, 1 deletions
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">