aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-07-23 14:06:11 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-07-23 14:06:11 -0400
commite82c95293bb2d9db32fc9901f57f1997b74597c1 (patch)
tree0c67a0a66fd7d80f1853720400bbf9e5684cb843 /src/client/views/nodes/ImageBox.scss
parent0b2a8c0d718940ddc06a966d4e027a79bb06ed6e (diff)
labeling work
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 4690e255f..4d199b360 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -157,11 +157,12 @@
.check-icon {
position: absolute;
- right: 150;
+ right: 40;
bottom: 10;
color: green;
display: inline-block;
- font-size: 100px;
+ font-size: 20px;
+ overflow: hidden;
}
.redo-icon {
@@ -170,7 +171,8 @@
bottom: 10;
color: black;
display: inline-block;
- font-size: 100px;
+ font-size: 20px;
+ overflow: hidden;
}
@keyframes spin {