refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-05-24 01:45:55 +04:00
parent f95e52a6a6
commit ffa5db4fec
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@
</div>
</div>
</div>
<div class="mx-auto max-w-2xl font-primary" in:fade={{ duration: 200, delay: 200 }}>
<div class="mx-auto max-w-2xl font-primary mt-2" in:fade={{ duration: 200, delay: 200 }}>
<div class="mx-5">
<Suggestions
suggestionPrompts={atSelectedModel?.info?.meta?.suggestion_prompts ??

View File

@ -81,7 +81,7 @@
{/if}
</div>
<div class="h-40 overflow-auto scrollbar-none {className} items-start">
<div class="max-h-40 overflow-auto scrollbar-none {className} items-start">
{#if filteredPrompts.length > 0}
{#each filteredPrompts as prompt, idx (prompt.id || prompt.content)}
<button