mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Widen drop zone
This commit is contained in:
@@ -383,7 +383,7 @@ const inlineProgressTarget = computed(() => {
|
|||||||
})
|
})
|
||||||
const actionbarClass = computed(() =>
|
const actionbarClass = computed(() =>
|
||||||
cn(
|
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',
|
'm-1.5 flex items-center justify-center self-stretch',
|
||||||
'rounded-md before:w-50 before:-ml-50 before:h-full',
|
'rounded-md before:w-50 before:-ml-50 before:h-full',
|
||||||
'pointer-events-auto',
|
'pointer-events-auto',
|
||||||
|
|||||||
Reference in New Issue
Block a user