feat: Enable moving and dragging selected folders, including mixed document and folder selections, with updated drag preview visuals and minor UI styling.

This commit is contained in:
2025-11-28 20:12:56 +01:00
parent 4fd1b712fa
commit e0d63d94b4
4 changed files with 64 additions and 20 deletions
@@ -852,4 +852,9 @@
.menu .selection-assignment__item--empty:focus-visible {
background: transparent;
cursor: default;
}
.selection-assignment__item--empty .selection-assignment__item-content {
opacity: 0.5;
cursor: default;
}
+2 -2
View File
@@ -254,8 +254,8 @@
text-align: left;
}
.documents-panel--view-grid {
padding: 0.35rem 0.5rem 1rem;
.documents-panel .documents-grid {
padding: 1rem 0.5rem;
}
.documents-panel th.thumb-column,