basic drag-and-drop, fixed end of scan behavior

This commit is contained in:
2026-02-19 15:25:49 -05:00
parent d9ebd38382
commit 193f65bd98
12 changed files with 1043 additions and 31 deletions
+7
View File
@@ -116,6 +116,13 @@ body div.sidebar {
#queue-button:hover {
color: #ffd43b;
}
#queue-button.drag-over {
color: #ffd43b;
outline: 2px dashed #ffd43b;
outline-offset: -2px;
border-radius: 4px;
}
}
.content-area {