aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2025-01-07 20:31:56 -0500
committereleanor-park <eleanor_park@brown.edu>2025-01-07 20:31:56 -0500
commitf5ee4974ab41af5b473aa94332ccdd6449db074f (patch)
tree4896749d9f7d4aa1f31388bf194478af445e4f54 /src/client/views/nodes/ImageBox.scss
parentf273c97121300eb9b242f7272cc1cc56c396ca8b (diff)
imagebox now has basic ai functionalities
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss8
1 files changed, 5 insertions, 3 deletions
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;