Skip to content

Commit 1ab66e8

Browse files
committed
refac: styling
1 parent 3b7926f commit 1ab66e8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/lib/components/chat/Placeholder.svelte

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
onMount(() => {});
8989
</script>
9090

91-
<div class="m-auto w-full max-w-6xl px-2 @xl:px-20 translate-y-6 py-24 text-center">
91+
<div class="m-auto w-full max-w-6xl px-2 @2xl:px-20 translate-y-6 py-24 text-center">
9292
{#if $temporaryChatEnabled}
9393
<Tooltip
9494
content="This chat won't appear in history and your messages will not be saved."
@@ -184,11 +184,7 @@
184184
</div>
185185
</div>
186186

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-
>
187+
<div class="text-base font-normal @md:max-w-3xl w-full py-3 {atSelectedModel ? 'mt-2' : ''}">
192188
<MessageInput
193189
{history}
194190
{selectedModels}

0 commit comments

Comments
 (0)