Drag any files from file manager to minicard or opened card.

Thanks to xet7 !

Fixes #2936
This commit is contained in:
Lauri Ojansivu 2025-10-10 18:52:30 +03:00
parent 85ac03a892
commit 3e9481c5bd
6 changed files with 210 additions and 37 deletions

View file

@ -580,3 +580,11 @@
.text-green {
color: #008000;
}
/* Drag and drop file upload visual feedback */
.minicard.is-dragging-over {
border: 2px dashed #0079bf;
background-color: #e3f2fd !important;
transform: scale(1.02);
transition: all 0.2s ease;
}