fix(desktop): smaller max-width when review open
This commit is contained in:
parent
66aee1bffd
commit
2e431a0269
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ export default function Page() {
|
||||||
<div
|
<div
|
||||||
classList={{
|
classList={{
|
||||||
"relative shrink-0 py-3 flex flex-col gap-6 flex-1 min-h-0 w-full": true,
|
"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>
|
<Switch>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue