diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index 26574d506..c215a9e6f 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -383,7 +383,7 @@ const inlineProgressTarget = computed(() => { }) const actionbarClass = computed(() => cn( - 'w-[200px] border-dashed border-blue-500 opacity-80', + 'w-[300px] border-dashed border-blue-500 opacity-80', 'm-1.5 flex items-center justify-center self-stretch', 'rounded-md before:w-50 before:-ml-50 before:h-full', 'pointer-events-auto',