add drag to add to playlist

This commit is contained in:
jeffvli
2025-11-14 18:16:10 -08:00
parent 06d9245778
commit cccb5d7785
3 changed files with 124 additions and 4 deletions
@@ -22,3 +22,9 @@
right: var(--theme-spacing-xs);
transform: translateY(-50%);
}
.row-dragged-over {
border-radius: var(--mantine-radius-sm);
box-shadow: 0 0 0 2px var(--theme-colors-primary);
opacity: 0.8;
}