From 6e3bdaa9644abece2e8913c3cbba49c10895f2cc Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sun, 5 Apr 2026 20:57:29 +0800 Subject: [PATCH] fix: constrain mobile overlay panel width --- static/src/styles/components/overlays/_overlays.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/src/styles/components/overlays/_overlays.scss b/static/src/styles/components/overlays/_overlays.scss index 191336a..88b3636 100644 --- a/static/src/styles/components/overlays/_overlays.scss +++ b/static/src/styles/components/overlays/_overlays.scss @@ -1736,6 +1736,8 @@ .mobile-panel-sheet--conversation, .mobile-panel-sheet--workspace { background: var(--claude-left-rail); + width: min(420px, 65vw); + max-width: 65vw; } .mobile-panel-sheet--focus {