diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-14 17:19:16 +0100 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-14 17:19:16 +0100 |
| commit | 859bb1b733901e4697f1d53781af725e4830c607 (patch) | |
| tree | ffafb078019d861f71232348176c02a7557a8965 /src/client/views/nodes/ImageBox.scss | |
| parent | fd922d7898ed7a405ed47a7e48b85c582d787c07 (diff) | |
added drawing fill style reference
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 759f2584b..94a497cf0 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -163,6 +163,7 @@ .imageBox-aiView { text-align: center; font-weight: bold; + width: 100%; .imageBox-aiView-subtitle { position: relative; @@ -179,13 +180,7 @@ .imageBox-aiView-regenerate, .imageBox-aiView-options { display: flex; - flex-direction: row; - justify-content: center; - flex-direction: row; + margin: auto; gap: 5px; } - - .imageBox-aiView-input { - width: 50%; - } } |
