We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be699df commit 2e6e7d1Copy full SHA for 2e6e7d1
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
@@ -1107,7 +1107,7 @@ export function Session() {
1107
<Show when={sidebarVisible()}>
1108
<Switch>
1109
<Match when={wide()}>
1110
- <Sidebar sessionID={route.sessionID} width={42} />
+ <Sidebar sessionID={route.sessionID} />
1111
</Match>
1112
<Match when={!wide()}>
1113
<box
@@ -1119,7 +1119,7 @@ export function Session() {
1119
alignItems="flex-end"
1120
backgroundColor={RGBA.fromInts(0, 0, 0, 70)}
1121
>
1122
- <Sidebar sessionID={route.sessionID} width={42} overlay />
+ <Sidebar sessionID={route.sessionID} overlay />
1123
</box>
1124
1125
</Switch>
0 commit comments