add drag/drop sending of files to bambu printers

This commit is contained in:
Stewart Allen 2025-05-03 14:34:41 -04:00
commit 76d90987f8
4 changed files with 80 additions and 8 deletions

View file

@ -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;
}