aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2025-01-05 23:47:18 -0500
committereleanor-park <eleanor_park@brown.edu>2025-01-05 23:47:18 -0500
commit1d62d867621b293c41ff8488ca5a3bd6010723d5 (patch)
tree0abc9d9ae2869775cfcc294838c93577fbc0fef9 /src/client/views/nodes/ImageBox.scss
parent6e7cb570f9bad527cd4772bb5c715dd588fb77df (diff)
added AI image editor
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss28
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;
+ }
+}