diff options
| author | bobzel <zzzman@gmail.com> | 2025-05-02 13:09:24 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-05-02 13:09:24 -0400 |
| commit | d4659e2bd3ddb947683948083232c26fb1227f39 (patch) | |
| tree | 360d62ca4fa46954d4264e735dcb8c44332bfb50 /src/client/views/nodes/ImageBox.scss | |
| parent | 57827157823219ffb71047fd65217ebbd2420a9d (diff) | |
fixed up image outpaint dialog and added options for placementt.
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 3adc16879..9f7a5d03f 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -242,12 +242,9 @@ } } .imageBox-regenerate-dialog { - position: fixed; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); + position: absolute; background: white; - padding: 20px; + padding: 10px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); z-index: 10000; |
