diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-10 15:07:42 -0500 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-10 15:07:42 -0500 |
| commit | fd922d7898ed7a405ed47a7e48b85c582d787c07 (patch) | |
| tree | 51110ea8358d8bd9898dce2aa1fcce83b2d1f584 /src/client/views/nodes/ImageBox.scss | |
| parent | c2312afe4ee969043ba3ce4cb9c275a48b0f1ee0 (diff) | |
working on merge conflicts
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 1b6b3c85a..759f2584b 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -144,16 +144,20 @@ display: flex; flex-direction: column; align-items: center; - padding: 5 0 0 5; - gap: 5px; + text-align: center; .imageBox-aiView-img { width: 100%; + padding: 5px; &:hover { filter: brightness(0.8); } } + + .imageBox-aiView-caption { + font-size: 7px; + } } .imageBox-aiView { |
