refac: styling

This commit is contained in:
Timothy J. Baek 2024-10-05 13:25:30 -07:00
parent dcf8d9c7eb
commit fb58e842b7

View File

@ -21,7 +21,7 @@
</div>
{/if}
<div class=" h-40 max-h-full overflow-auto scrollbar-hidden">
<div class=" h-40 max-h-full overflow-auto scrollbar-none">
{#each prompts as prompt, promptIdx}
<button
class="flex flex-col flex-1 shrink-0 w-full justify-between px-3 py-2 rounded-xl bg-transparent hover:bg-black/5 dark:hover:bg-white/5 transition group"