fix(desktop): smaller max-width when review open

thinking-toggle-wip
Adam 2025-12-18 13:29:40 -06:00 committed by Aiden Cline
parent 66aee1bffd
commit 2e431a0269
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ export default function Page() {
<div
classList={{
"relative shrink-0 py-3 flex flex-col gap-6 flex-1 min-h-0 w-full": true,
"max-w-200 mx-auto": !wide(),
"max-w-146 mx-auto": !wide(),
}}
>
<Switch>