chore: cleanup

This commit is contained in:
Adam 2026-02-19 11:10:47 -06:00
commit 56dda4c98c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
6 changed files with 120 additions and 98 deletions

View file

@ -368,7 +368,7 @@ export function MessageTimeline(props: {
class="relative min-w-0 w-full h-full overflow-y-auto session-scroller"
style={{
"--session-title-height": showHeader() ? "40px" : "0px",
"--sticky-accordion-top": showHeader() ? "64px" : "0px",
"--sticky-accordion-top": showHeader() ? "48px" : "0px",
}}
>
<Show when={showHeader()}>