add drag/drop sending of files to bambu printers
This commit is contained in:
parent
7d6bf5612e
commit
76d90987f8
4 changed files with 80 additions and 8 deletions
|
|
@ -646,6 +646,23 @@ details[open] summary::after {
|
|||
.contents {
|
||||
display: contents;
|
||||
}
|
||||
.full {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.nope, .nope * {
|
||||
pointer-events: none;
|
||||
}
|
||||
.allpe {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
.hide {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue