refac: navbar styling

This commit is contained in:
Timothy J. Baek
2024-10-05 14:26:54 -07:00
parent f5004fd9d4
commit 1397bfa84c
3 changed files with 10 additions and 5 deletions

View File

@@ -308,7 +308,7 @@
};
</script>
<div class="h-full flex">
<div class="h-full flex pt-8">
{#if Object.keys(history?.messages ?? {}).length == 0}
<Placeholder {selectedModels} bind:prompt />
{:else}