fix: constrain mobile overlay panel width
This commit is contained in:
parent
3e800609c5
commit
6e3bdaa964
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user