From 9e4f74f6da2b9213a2ad81db927c11a98efeeaac Mon Sep 17 00:00:00 2001 From: Austin Mroz Date: Tue, 25 Nov 2025 11:52:23 -0800 Subject: [PATCH] Reduce width of run button dock zone --- src/components/actionbar/ComfyActionbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index 138b9c9f48..d7d92c7ded 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -257,7 +257,7 @@ watch(isDragging, (dragging) => { }) const actionbarClass = computed(() => cn( - 'w-[265px] border-dashed border-blue-500 opacity-80', + 'w-[200px] 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',