diff options
| author | bobzel <zzzman@gmail.com> | 2025-01-10 12:38:00 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-01-10 12:38:00 -0500 |
| commit | c2312afe4ee969043ba3ce4cb9c275a48b0f1ee0 (patch) | |
| tree | 9aba40dc2444e03567def5d3f2a4dc7aa0458b21 /src/client/views/nodes/ImageBox.scss | |
| parent | 2a24d77845d6c1d4f0730a9427572033c506b14c (diff) | |
fixed scrolling when ai editor is open. rearranged items in ImageBox ai editor to be more compact. added error catch handler to queryFireflyImage
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 9532f4ad3..1b6b3c85a 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -162,16 +162,14 @@ .imageBox-aiView-subtitle { position: relative; - left: 5px; - align-self: start; + align-content: center; } .imageBox-aiView-regenerate-container, .imageBox-aiView-options-container { font-weight: normal; - text-align: start; margin: 5px; - padding-left: 5px; + display: flex; } .imageBox-aiView-regenerate, |
