chore: generate

This commit is contained in:
GitHub Action
2026-01-24 21:53:51 +00:00
parent aeeb05e4a0
commit faf2609bc5

View File

@@ -1537,7 +1537,7 @@ export default function Page() {
}}
onClick={autoScroll.handleInteraction}
class="relative min-w-0 w-full h-full overflow-y-auto session-scroller"
style={{ "--session-title-height": (info()?.title || info()?.parentID) ? "40px" : "0px" }}
style={{ "--session-title-height": info()?.title || info()?.parentID ? "40px" : "0px" }}
>
<Show when={info()?.title || info()?.parentID}>
<div