From 75e68f063805061626fb5cfa95e1126fcfa273eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=80=E5=AF=B0?= Date: Fri, 13 Mar 2026 17:42:21 +0800 Subject: [PATCH] change mv range --- ui/src/ui/app-render.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);