fix: constrain mobile overlay panel width

This commit is contained in:
JOJO 2026-04-05 20:57:29 +08:00
parent 3e800609c5
commit 6e3bdaa964

View File

@ -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 {