diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-05 19:26:31 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-05 19:26:31 -0500 |
| commit | b38b2ee7826550ccd0960ef95016e81f1d930798 (patch) | |
| tree | 6cda57eb4d25df3eee7c2003d40ebf3756a6bbe4 /src/client/views/nodes/ImageBox.scss | |
| parent | 466f1967af7583654de4d57fb89efe5b70630dbd (diff) | |
| parent | 436b3def89ea955e2ff30fe8c2e9d15092e8c9a9 (diff) | |
Merge branch 'master' into Merge
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 671621bbe..3d6942e6f 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -40,6 +40,7 @@ max-height: 100%; pointer-events: inherit; background: transparent; + z-index: 0; // z-index: -10000; // bcz: not sure why this was here. it broke dropping images on the image box alternate bullseye icon. img { @@ -103,6 +104,10 @@ margin: 0 auto; display: flex; height: 100%; + img { + object-fit: contain; + height: 100%; + } .imageBox-fadeBlocker, .imageBox-fadeBlocker-hover { @@ -195,8 +200,9 @@ flex-direction: row; gap: 5px; width: 100%; + padding: 0 10; .imageBox-aiView-regenerate-createBtn { - max-width: 10%; + max-width: 20%; .button-container { width: 100% !important; justify-content: left !important; @@ -207,7 +213,7 @@ .imageBox-aiView-firefly { overflow: hidden; text-overflow: ellipsis; - max-width: 10%; + max-width: 15%; width: 100%; } .imageBox-aiView-regenerate-send { @@ -218,7 +224,7 @@ text-align: center; align-items: center; display: flex; - max-width: 25%; + max-width: 90%; width: 100%; .imageBox-aiView-similarity { max-width: 65; @@ -236,5 +242,6 @@ text-overflow: ellipsis; max-width: 65%; width: 100%; + color: black; } } |
