aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2025-01-14 17:19:16 +0100
committereleanor-park <eleanor_park@brown.edu>2025-01-14 17:19:16 +0100
commit859bb1b733901e4697f1d53781af725e4830c607 (patch)
treeffafb078019d861f71232348176c02a7557a8965 /src/client/views/nodes/ImageBox.scss
parentfd922d7898ed7a405ed47a7e48b85c582d787c07 (diff)
added drawing fill style reference
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss9
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%;
- }
}