mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
add drag to add to playlist
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user