From f5ee4974ab41af5b473aa94332ccdd6449db074f Mon Sep 17 00:00:00 2001 From: eleanor-park Date: Tue, 7 Jan 2025 20:31:56 -0500 Subject: imagebox now has basic ai functionalities --- src/client/views/nodes/ImageBox.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 9f1ac11ef..e083f52b4 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -144,17 +144,19 @@ display: flex; flex-direction: column; align-items: center; - padding: 5px; + padding: 5 0 0 5; gap: 5px; - overflow-y: scroll; .imageBox-aiView-img { width: 100%; + + &:hover { + filter: brightness(0.8); + } } } .imageBox-aiView { - overflow-y: scroll; text-align: center; font-weight: bold; align-content: center; -- cgit v1.2.3-70-g09d2