aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2025-01-06 18:21:02 -0500
committereleanor-park <eleanor_park@brown.edu>2025-01-06 18:21:02 -0500
commitf273c97121300eb9b242f7272cc1cc56c396ca8b (patch)
treed0086e411c206ee86637ed38a5a6eacb4f67ef8f /src/client/views/nodes/ImageBox.scss
parent1d62d867621b293c41ff8488ca5a3bd6010723d5 (diff)
started a previous images display
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss28
1 files changed, 24 insertions, 4 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 03314e90f..9f1ac11ef 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -140,15 +140,29 @@
opacity: 0;
}
-.imageBox-aiView {
+.imageBox-aiView-history {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
padding: 5px;
- position: absolute;
- overflow: scroll;
+ gap: 5px;
+ overflow-y: scroll;
+
+ .imageBox-aiView-img {
+ width: 100%;
+ }
+}
+
+.imageBox-aiView {
+ overflow-y: scroll;
text-align: center;
font-weight: bold;
- margin-top: 5px;
+ align-content: center;
+ height: 100%;
.imageBox-aiView-subtitle {
+ position: relative;
+ left: 5px;
align-self: start;
}
@@ -156,6 +170,8 @@
.imageBox-aiView-options-container {
font-weight: normal;
text-align: start;
+ margin: 5px;
+ padding-left: 5px;
}
.imageBox-aiView-regenerate,
@@ -166,4 +182,8 @@
flex-direction: row;
gap: 5px;
}
+
+ .imageBox-aiView-input {
+ width: 50%;
+ }
}