diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-07 20:31:56 -0500 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-07 20:31:56 -0500 |
| commit | f5ee4974ab41af5b473aa94332ccdd6449db074f (patch) | |
| tree | 4896749d9f7d4aa1f31388bf194478af445e4f54 /src/client/views/nodes/ImageBox.scss | |
| parent | f273c97121300eb9b242f7272cc1cc56c396ca8b (diff) | |
imagebox now has basic ai functionalities
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 8 |
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; |
