|
@@ -2463,8 +2463,7 @@ export default function Page() {
|
|
|
"sticky top-0 z-30 bg-background-stronger": true,
|
|
"sticky top-0 z-30 bg-background-stronger": true,
|
|
|
"w-full": true,
|
|
"w-full": true,
|
|
|
"px-4 md:px-6": true,
|
|
"px-4 md:px-6": true,
|
|
|
- "md:max-w-200 md:mx-auto 3xl:max-w-[1200px] 4xl:max-w-[1600px] 5xl:max-w-[1900px]":
|
|
|
|
|
- centered(),
|
|
|
|
|
|
|
+ "md:max-w-200 md:mx-auto 3xl:max-w-[1200px]": centered(),
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|
|
|
<div class="h-10 w-full flex items-center justify-between gap-2">
|
|
<div class="h-10 w-full flex items-center justify-between gap-2">
|
|
@@ -2586,8 +2585,7 @@ export default function Page() {
|
|
|
class="flex flex-col gap-12 items-start justify-start pb-[calc(var(--prompt-height,8rem)+64px)] md:pb-[calc(var(--prompt-height,10rem)+64px)] transition-[margin]"
|
|
class="flex flex-col gap-12 items-start justify-start pb-[calc(var(--prompt-height,8rem)+64px)] md:pb-[calc(var(--prompt-height,10rem)+64px)] transition-[margin]"
|
|
|
classList={{
|
|
classList={{
|
|
|
"w-full": true,
|
|
"w-full": true,
|
|
|
- "md:max-w-200 md:mx-auto 3xl:max-w-[1200px] 4xl:max-w-[1600px] 5xl:max-w-[1900px]":
|
|
|
|
|
- centered(),
|
|
|
|
|
|
|
+ "md:max-w-200 md:mx-auto 3xl:max-w-[1200px]": centered(),
|
|
|
"mt-0.5": centered(),
|
|
"mt-0.5": centered(),
|
|
|
"mt-0": !centered(),
|
|
"mt-0": !centered(),
|
|
|
}}
|
|
}}
|
|
@@ -2640,7 +2638,7 @@ export default function Page() {
|
|
|
data-message-id={message.id}
|
|
data-message-id={message.id}
|
|
|
classList={{
|
|
classList={{
|
|
|
"min-w-0 w-full max-w-full": true,
|
|
"min-w-0 w-full max-w-full": true,
|
|
|
- "md:max-w-200 3xl:max-w-[1200px] 4xl:max-w-[1600px] 5xl:max-w-[1900px]": centered(),
|
|
|
|
|
|
|
+ "md:max-w-200 3xl:max-w-[1200px]": centered(),
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|
|
|
<SessionTurn
|
|
<SessionTurn
|
|
@@ -2697,7 +2695,7 @@ export default function Page() {
|
|
|
<div
|
|
<div
|
|
|
classList={{
|
|
classList={{
|
|
|
"w-full px-4 pointer-events-auto": true,
|
|
"w-full px-4 pointer-events-auto": true,
|
|
|
- "md:max-w-200 3xl:max-w-[1200px] 4xl:max-w-[1600px] 5xl:max-w-[1900px]": centered(),
|
|
|
|
|
|
|
+ "md:max-w-200 md:mx-auto 3xl:max-w-[1200px]": centered(),
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|
|
|
<Show when={questionRequest()} keyed>
|
|
<Show when={questionRequest()} keyed>
|