aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-02-28 14:52:39 -0500
committerbobzel <zzzman@gmail.com>2025-02-28 14:52:39 -0500
commit532f0fa22281fef1e35e3d0a6064ee57e4673253 (patch)
treef9c8c9db02bdc5de70467226681784482d1e978d /src/client/views/nodes/ImageBox.scss
parent2838b8d98ab88df974fd52ba96cf5046d99298cb (diff)
added drop target for regenerating images
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 59e093683..671621bbe 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -122,6 +122,7 @@
}
}
}
+.imageBox-regenerateDropTarget,
.imageBox-alternateDropTarget {
position: absolute;
color: white;
@@ -136,6 +137,13 @@
height: 100%;
}
}
+.imageBox-regenerateDropTarget {
+ right: 30;
+ border-radius: 50%;
+ svg {
+ border-radius: 50%;
+ }
+}
.imageBox-fader img {
position: absolute;