From f273c97121300eb9b242f7272cc1cc56c396ca8b Mon Sep 17 00:00:00 2001 From: eleanor-park Date: Mon, 6 Jan 2025 18:21:02 -0500 Subject: started a previous images display --- src/client/views/nodes/ImageBox.scss | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'src/client/views/nodes/ImageBox.scss') 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%; + } } -- cgit v1.2.3-70-g09d2