aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-04 20:57:27 -0500
committerbobzel <zzzman@gmail.com>2025-03-04 20:57:27 -0500
commit9688e3bb1e67336fe57e11b186936830d5483b06 (patch)
tree4fb72d7d95503aff8cc25a0da010b2b0ae2ad9a1 /src/client/views/nodes/ImageBox.scss
parent84139cbfb20ab53fe42d1c21a74b86368c5822ca (diff)
fixed frame animtation to not write 0's by default. fixed lightbox stepinto to restore collection pan/zoom correctly. removed firefly unused ai buttons from imagebox.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 671621bbe..15581a9e8 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -195,8 +195,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 +208,7 @@
.imageBox-aiView-firefly {
overflow: hidden;
text-overflow: ellipsis;
- max-width: 10%;
+ max-width: 15%;
width: 100%;
}
.imageBox-aiView-regenerate-send {
@@ -218,7 +219,7 @@
text-align: center;
align-items: center;
display: flex;
- max-width: 25%;
+ max-width: 90%;
width: 100%;
.imageBox-aiView-similarity {
max-width: 65;