Explorar el Código

refac: styling

Timothy Jaeryang Baek hace 1 mes
padre
commit
01002042a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/components/chat/MessageInput/InputMenu.svelte

+ 1 - 1
src/lib/components/chat/MessageInput/InputMenu.svelte

@@ -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"