diff --git a/frontend/src/lib/components/FlowPlugConnect.svelte b/frontend/src/lib/components/FlowPlugConnect.svelte index a3fad5c5c7..6db1a7daa0 100644 --- a/frontend/src/lib/components/FlowPlugConnect.svelte +++ b/frontend/src/lib/components/FlowPlugConnect.svelte @@ -16,23 +16,12 @@ size="xs2" btnClasses={twMerge( connecting ? 'text-blue-500' : 'text-tertiary', - 'group/plug-btn overflow-clip flex' + 'group/plug-btn overflow-clip flex p-0' )} on:click {...id ? { id } : {}} {wrapperClasses} > - {#if !connecting} - - - {:else} - - {/if} + diff --git a/frontend/src/lib/components/InputTransformForm.svelte b/frontend/src/lib/components/InputTransformForm.svelte index 1551c80e5f..7251efb1bf 100644 --- a/frontend/src/lib/components/InputTransformForm.svelte +++ b/frontend/src/lib/components/InputTransformForm.svelte @@ -424,7 +424,7 @@ {pickableProperties} {argName} btnClass={twMerge( - 'h-6 px-2', + 'h-6 min-w-8 px-2', 'group-hover:opacity-100 transition-opacity', !connecting ? 'opacity-0' : '' )} @@ -434,8 +434,8 @@ {#if propPickerWrapperContext}