diff options
| author | bobzel <zzzman@gmail.com> | 2025-04-03 14:15:15 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-04-03 14:15:15 -0400 |
| commit | ede7aaa19d903a7e55fc60d9bc213988ea602c97 (patch) | |
| tree | 73bfe3775170717ef23e1bdbf5945efd23f26390 /src/client/views/nodes/ImageBox.scss | |
| parent | 9305752405807ac736795185ae30c6955f5b483f (diff) | |
fixed image box button sizing. made drawing ai regen a little faster by not creating icons when there are no annotqations.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 36abf707c..4a6e8eb49 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -142,11 +142,8 @@ } } .imageBox-regenerateDropTarget { - right: 30; - border-radius: 50%; - svg { - border-radius: 50%; - } + right: 35; + transform-origin: 70px 35px; } .imageBox-fader img { |
