|
@@ -179,7 +179,7 @@ export function MessageTimeline(props: {
|
|
|
"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]": props.centered,
|
|
|
|
|
|
|
+ "md:max-w-200 md:mx-auto 2xl:max-w-[1000px]": props.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">
|
|
@@ -278,7 +278,7 @@ export function MessageTimeline(props: {
|
|
|
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]": props.centered,
|
|
|
|
|
|
|
+ "md:max-w-200 md:mx-auto 2xl:max-w-[1000px]": props.centered,
|
|
|
"mt-0.5": props.centered,
|
|
"mt-0.5": props.centered,
|
|
|
"mt-0": !props.centered,
|
|
"mt-0": !props.centered,
|
|
|
}}
|
|
}}
|
|
@@ -321,7 +321,7 @@ export function MessageTimeline(props: {
|
|
|
}}
|
|
}}
|
|
|
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]": props.centered,
|
|
|
|
|
|
|
+ "md:max-w-200 2xl:max-w-[1000px]": props.centered,
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|
|
|
<SessionTurn
|
|
<SessionTurn
|