feat: improve drag & drop
* permits multiple drag & drop * synchronize grid & list view on selection * permits copy during ddrag & drop (use sift/alt key according your OS) * use batch move / copy on drag & drop
This commit is contained in:
@@ -43,21 +43,11 @@
|
||||
padding: 10px 20px;
|
||||
border-radius: 12px;
|
||||
margin: 0 0 12px;
|
||||
opacity: 0;
|
||||
max-height: 0;
|
||||
height: 60px;
|
||||
overflow: hidden;
|
||||
transform: translateY(-8px);
|
||||
transition: opacity 0.2s, max-height 0.25s, transform 0.2s, margin 0.2s, padding 0.2s;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.batch-selection-bar.visible {
|
||||
opacity: 1;
|
||||
max-height: 60px;
|
||||
transform: translateY(0);
|
||||
pointer-events: auto;
|
||||
padding: 10px 20px;
|
||||
margin: 0 0 12px;
|
||||
}
|
||||
|
||||
.batch-bar-left {
|
||||
|
||||
Reference in New Issue
Block a user