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

refac: input menu tools

parent 0bb26ae5
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
transition={flyAndScale} transition={flyAndScale}
> >
{#if Object.keys(tools).length > 0} {#if Object.keys(tools).length > 0}
<div class=" max-h-28 overflow-y-auto scrollbar-hidden">
{#each Object.keys(tools) as toolId} {#each Object.keys(tools) as toolId}
<div <div
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl" class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl"
...@@ -68,6 +69,8 @@ ...@@ -68,6 +69,8 @@
/> />
</div> </div>
{/each} {/each}
</div>
<hr class="border-gray-100 dark:border-gray-800 my-1" /> <hr class="border-gray-100 dark:border-gray-800 my-1" />
{/if} {/if}
......
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