diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-23 14:06:11 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-23 14:06:11 -0400 |
| commit | e82c95293bb2d9db32fc9901f57f1997b74597c1 (patch) | |
| tree | 0c67a0a66fd7d80f1853720400bbf9e5684cb843 /src/client/views/nodes/ImageBox.scss | |
| parent | 0b2a8c0d718940ddc06a966d4e027a79bb06ed6e (diff) | |
labeling work
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 8 |
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 { |
