Commit b55ec6ce authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: message input styling

parent 37096ec8
...@@ -84,8 +84,8 @@ ...@@ -84,8 +84,8 @@
}; };
</script> </script>
<div class="fixed bottom-0 w-full"> <div class="fixed bottom-0 w-full bg-white dark:bg-gray-800">
<div class=" pt-5"> <div class=" absolute right-0 left-0 bottom-0 mb-20">
<div class="max-w-3xl px-2.5 pt-2.5 -mb-0.5 mx-auto inset-x-0"> <div class="max-w-3xl px-2.5 pt-2.5 -mb-0.5 mx-auto inset-x-0">
{#if messages.length == 0 && suggestions !== 'false'} {#if messages.length == 0 && suggestions !== 'false'}
<Suggestions {submitPrompt} /> <Suggestions {submitPrompt} />
...@@ -115,7 +115,10 @@ ...@@ -115,7 +115,10 @@
</button> </button>
</div> </div>
{/if} {/if}
</div>
</div>
<div>
<div class="max-w-3xl px-2.5 -mb-0.5 mx-auto inset-x-0">
<div class="bg-gradient-to-t from-white dark:from-gray-800 from-40% pb-2"> <div class="bg-gradient-to-t from-white dark:from-gray-800 from-40% pb-2">
<input <input
bind:this={filesInputElement} bind:this={filesInputElement}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment