diff --git a/ui/src/ui/app-render.ts b/ui/src/ui/app-render.ts index 7c03998a07f..bfe010d9c68 100644 --- a/ui/src/ui/app-render.ts +++ b/ui/src/ui/app-render.ts @@ -1458,8 +1458,8 @@ export function renderApp(state: AppViewState) { side="right" orientation="vertical" .initialWidth=${state.clawComputerWidth} - .minWidth=${400} - .maxWidth=${900} + .minWidth=${300} + .maxWidth=${3000} @resize=${(e: CustomEvent) => { if (e.detail.width !== undefined) { state.setClawComputerWidth(e.detail.width);