diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-05 23:47:18 -0500 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-05 23:47:18 -0500 |
| commit | 1d62d867621b293c41ff8488ca5a3bd6010723d5 (patch) | |
| tree | 0abc9d9ae2869775cfcc294838c93577fbc0fef9 /src/client/views/nodes/ImageBox.scss | |
| parent | 6e7cb570f9bad527cd4772bb5c715dd588fb77df (diff) | |
added AI image editor
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 3ffda5a35..03314e90f 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -139,3 +139,31 @@ .imageBox-fadeBlocker-hover { opacity: 0; } + +.imageBox-aiView { + padding: 5px; + position: absolute; + overflow: scroll; + text-align: center; + font-weight: bold; + margin-top: 5px; + + .imageBox-aiView-subtitle { + align-self: start; + } + + .imageBox-aiView-regenerate-container, + .imageBox-aiView-options-container { + font-weight: normal; + text-align: start; + } + + .imageBox-aiView-regenerate, + .imageBox-aiView-options { + display: flex; + flex-direction: row; + justify-content: center; + flex-direction: row; + gap: 5px; + } +} |
