We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7926f commit 1ab66e8Copy full SHA for 1ab66e8
src/lib/components/chat/Placeholder.svelte
@@ -88,7 +88,7 @@
88
onMount(() => {});
89
</script>
90
91
-<div class="m-auto w-full max-w-6xl px-2 @xl:px-20 translate-y-6 py-24 text-center">
+<div class="m-auto w-full max-w-6xl px-2 @2xl:px-20 translate-y-6 py-24 text-center">
92
{#if $temporaryChatEnabled}
93
<Tooltip
94
content="This chat won't appear in history and your messages will not be saved."
@@ -184,11 +184,7 @@
184
</div>
185
186
187
- <div
188
- class="text-base font-normal @xl:translate-x-6 @md:max-w-3xl w-full py-3 {atSelectedModel
189
- ? 'mt-2'
190
- : ''}"
191
- >
+ <div class="text-base font-normal @md:max-w-3xl w-full py-3 {atSelectedModel ? 'mt-2' : ''}">
192
<MessageInput
193
{history}
194
{selectedModels}
0 commit comments