Compare commits

...

2 Commits

1 changed files with 1 additions and 4 deletions

View File

@ -887,7 +887,7 @@ export function Session() {
<box flexDirection="row"> <box flexDirection="row">
<box flexGrow={1} paddingBottom={1} paddingTop={1} paddingLeft={2} paddingRight={2} gap={1}> <box flexGrow={1} paddingBottom={1} paddingTop={1} paddingLeft={2} paddingRight={2} gap={1}>
<Show when={session()}> <Show when={session()}>
<Show when={!sidebarVisible()}> <Show when={!sidebarVisible() || !wide()}>
<Header /> <Header />
</Show> </Show>
<scrollbox <scrollbox
@ -1028,9 +1028,6 @@ export function Session() {
sessionID={route.sessionID} sessionID={route.sessionID}
/> />
</box> </box>
<Show when={!sidebarVisible()}>
<Footer />
</Show>
</Show> </Show>
<Toast /> <Toast />
</box> </box>