handle image drag from item detail list

This commit is contained in:
jeffvli
2026-02-12 01:37:59 -08:00
parent dc957cb3cc
commit 1d8e1957ba
2 changed files with 109 additions and 31 deletions
@@ -196,6 +196,17 @@
min-width: 0;
}
.image-wrapper-outer {
position: relative;
display: block;
width: 100%;
aspect-ratio: 1;
}
.image-wrapper-outer.image-wrapper-dragging {
opacity: 0.5;
}
.image-wrapper {
position: relative;
display: block;