From 6a9d309818bb18825c2e638ed455fb92bd2ea551 Mon Sep 17 00:00:00 2001 From: bymyself Date: Tue, 11 Feb 2025 08:29:26 -0700 Subject: [PATCH] Increase width of actionbar drag handle (#2511) --- src/components/actionbar/ComfyActionbar.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index 76d8a5144..8c150a32c 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -239,4 +239,8 @@ watch([isDragging, isOverlappingWithTopMenu], ([dragging, overlapping]) => { :deep(.p-panel-header) { display: none; } + +.drag-handle { + @apply w-3 h-max; +}