detect which handle is being held

This commit is contained in:
2026-06-14 16:55:04 -04:00
parent 6a0df8a49a
commit f04a9956ff
3 changed files with 16 additions and 13 deletions
+1 -12
View File
@@ -180,18 +180,7 @@
#resize_photo_box {
background-color: rgba(0, 0, 0, 0);
width: 350px;
aspect-ratio: 1 / 1;
border-style: dashed;
border-color: black;
border-width: 5px;
z-index: 4;
}
#resize_photo_box:hover {
background-color: rgba(0, 0, 0, 0);
width: 350px;
width: var(--size);
aspect-ratio: 1 / 1;
border-style: dashed;