refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2025-08-21 13:59:45 +04:00
parent f81f3b3a02
commit 01002042a8

View File

@@ -110,7 +110,7 @@
> >
{#if tools} {#if tools}
{#if Object.keys(tools).length > 0} {#if Object.keys(tools).length > 0}
<div class="{showAllTools ? '' : 'max-h-28'} overflow-y-auto scrollbar-thin"> <div class="{showAllTools ? ' max-h-96' : 'max-h-28'} overflow-y-auto scrollbar-thin">
{#each Object.keys(tools) as toolId} {#each Object.keys(tools) as toolId}
<button <button
class="flex w-full justify-between gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl" class="flex w-full justify-between gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl"