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 41505c299c
commit c02fd90926
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>