tweak(session): add top spacing and remove obsolete docs prompt
This commit is contained in:
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue