|
|
@@ -632,7 +632,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-146 mx-auto": !wide(),
|
|
|
+ "max-w-200 mx-auto": !wide(),
|
|
|
}}
|
|
|
>
|
|
|
<Switch>
|
|
|
@@ -656,7 +656,7 @@ export default function Page() {
|
|
|
container:
|
|
|
"w-full " +
|
|
|
(wide()
|
|
|
- ? "max-w-146 mx-auto px-6"
|
|
|
+ ? "max-w-200 mx-auto px-6"
|
|
|
: visibleUserMessages().length > 1
|
|
|
? "pr-6 pl-18"
|
|
|
: "px-6"),
|
|
|
@@ -666,7 +666,7 @@ export default function Page() {
|
|
|
</div>
|
|
|
</Match>
|
|
|
<Match when={true}>
|
|
|
- <div class="size-full flex flex-col pb-45 justify-end items-start gap-4 flex-[1_0_0] self-stretch max-w-146 mx-auto px-6">
|
|
|
+ <div class="size-full flex flex-col pb-45 justify-end items-start gap-4 flex-[1_0_0] self-stretch max-w-200 mx-auto px-6">
|
|
|
<div class="text-20-medium text-text-weaker">New session</div>
|
|
|
<div class="flex justify-center items-center gap-3">
|
|
|
<Icon name="folder" size="small" />
|
|
|
@@ -692,7 +692,7 @@ export default function Page() {
|
|
|
</Match>
|
|
|
</Switch>
|
|
|
<div class="absolute inset-x-0 bottom-8 flex flex-col justify-center items-center z-50">
|
|
|
- <div class="w-full max-w-146 px-6">
|
|
|
+ <div class="w-full max-w-200 px-6">
|
|
|
<PromptInput
|
|
|
ref={(el) => {
|
|
|
inputRef = el
|
|
|
@@ -806,7 +806,7 @@ export default function Page() {
|
|
|
</DragOverlay>
|
|
|
</DragDropProvider>
|
|
|
<Show when={tabs().active()}>
|
|
|
- <div class="absolute inset-x-0 px-6 max-w-146 flex flex-col justify-center items-center z-50 mx-auto bottom-8">
|
|
|
+ <div class="absolute inset-x-0 px-6 max-w-200 flex flex-col justify-center items-center z-50 mx-auto bottom-8">
|
|
|
<PromptInput
|
|
|
ref={(el) => {
|
|
|
inputRef = el
|