diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index d0daa83b1..28e646cc5 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -230,6 +230,10 @@ watch([isDragging, isOverlappingWithTopMenu], ([dragging, overlapping]) => { @apply p-1; } +.is-docked :deep(.p-panel-content) { + @apply p-0; +} + :deep(.p-panel-header) { display: none; }