diff --git a/components/wizard/settings-editor.tsx b/components/wizard/settings-editor.tsx index f850e27..3756a08 100644 --- a/components/wizard/settings-editor.tsx +++ b/components/wizard/settings-editor.tsx @@ -151,8 +151,8 @@ function SettingRow({ > {/* Drag Handle */}
dragControls.start(e)} + className="cursor-grab active:cursor-grabbing p-0.5 rounded text-text/20 hover:text-text/50 hover:bg-text/5 transition-colors flex items-center justify-center select-none touch-none" + onPointerDown={(e) => { e.preventDefault(); dragControls.start(e) }} >
@@ -807,8 +807,8 @@ function CategoryCard({
{/* Category Drag Handle */}
dragControls.start(e)} + className="cursor-grab active:cursor-grabbing p-1 rounded text-text/30 hover:text-text/60 hover:bg-text/5 transition-colors shrink-0 select-none touch-none" + onPointerDown={(e) => { e.preventDefault(); dragControls.start(e) }} >
diff --git a/components/wizard/steps/review-step.tsx b/components/wizard/steps/review-step.tsx index fd363d8..4650b83 100644 --- a/components/wizard/steps/review-step.tsx +++ b/components/wizard/steps/review-step.tsx @@ -135,10 +135,10 @@ function ScreenshotCard({ {/* Drag handle (top-left) */}
dragControls.start(e)} + className='absolute top-2 left-2 p-2 rounded-lg bg-black/50 text-white/80 hover:text-white hover:bg-black/70 backdrop-blur-sm cursor-grab active:cursor-grabbing transition-colors opacity-0 group-hover:opacity-100 select-none touch-none' + onPointerDown={(e) => { e.preventDefault(); dragControls.start(e) }} > - +
{/* Remove button (top-right) */}