Skip to content

Commit 5fa76e2

Browse files
authored
Reduce width of run button dock zone (#6925)
Tiny PR to make the docking area line up with the new size of the actionbar after #6723 <img width="550" height="106" alt="image" src="https://github.com/user-attachments/assets/911d510e-351f-484f-807a-17f5428dea79" /> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6925-Reduce-width-of-run-button-dock-zone-2b66d73d36508137aa0cc18178172264) by [Unito](https://www.unito.io)
1 parent fcfb543 commit 5fa76e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/actionbar/ComfyActionbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ watch(isDragging, (dragging) => {
257257
})
258258
const actionbarClass = computed(() =>
259259
cn(
260-
'w-[265px] border-dashed border-blue-500 opacity-80',
260+
'w-[200px] border-dashed border-blue-500 opacity-80',
261261
'm-1.5 flex items-center justify-center self-stretch',
262262
'rounded-md before:w-50 before:-ml-50 before:h-full',
263263
'pointer-events-auto',

0 commit comments

Comments
 (0)