tweak(session): add top spacing and remove obsolete docs prompt

This commit is contained in:
Dax Raad
2026-03-28 01:56:11 -04:00
parent c3a9ec4a99
commit 6c14ea1d22
2 changed files with 1 additions and 34 deletions
@@ -1055,6 +1055,7 @@ export function Session() {
flexGrow={1}
scrollAcceleration={scrollAcceleration()}
>
<box height={1} />
<For each={messages()}>
{(message, index) => (
<Switch>