refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-02-05 01:14:46 -08:00
parent 3b7926f00d
commit 1ab66e83c6

View File

@ -88,7 +88,7 @@
onMount(() => {}); onMount(() => {});
</script> </script>
<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">
{#if $temporaryChatEnabled} {#if $temporaryChatEnabled}
<Tooltip <Tooltip
content="This chat won't appear in history and your messages will not be saved." content="This chat won't appear in history and your messages will not be saved."
@ -184,11 +184,7 @@
</div> </div>
</div> </div>
<div <div class="text-base font-normal @md:max-w-3xl w-full py-3 {atSelectedModel ? 'mt-2' : ''}">
class="text-base font-normal @xl:translate-x-6 @md:max-w-3xl w-full py-3 {atSelectedModel
? 'mt-2'
: ''}"
>
<MessageInput <MessageInput
{history} {history}
{selectedModels} {selectedModels}