fix(app): max widths

This commit is contained in:
Adam
2026-02-09 13:59:17 -06:00
parent 389afef336
commit 19809e7680
3 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ export function SessionPromptDock(props: {
<div
classList={{
"w-full px-4 pointer-events-auto": true,
"md:max-w-200 md:mx-auto 3xl:max-w-[1200px]": props.centered,
"md:max-w-200 md:mx-auto 2xl:max-w-[1000px]": props.centered,
}}
>
<Show when={props.questionRequest()} keyed>