tweak(session): add top spacing and remove obsolete docs prompt
This commit is contained in:
@@ -1055,6 +1055,7 @@ export function Session() {
|
||||
flexGrow={1}
|
||||
scrollAcceleration={scrollAcceleration()}
|
||||
>
|
||||
<box height={1} />
|
||||
<For each={messages()}>
|
||||
{(message, index) => (
|
||||
<Switch>
|
||||
|
||||
Reference in New Issue
Block a user