diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-14 17:25:47 +0100 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-14 17:25:47 +0100 |
| commit | 85f60319ba7020b2976ed1063915a145a09ab381 (patch) | |
| tree | 60a1c2270717ff4a5e89fd079bdad1ad139ca4f7 /src/client/views/nodes/ImageBox.scss | |
| parent | 859bb1b733901e4697f1d53781af725e4830c607 (diff) | |
| parent | 12f5a435ee6476e2e07ded0c9cdd597c70ca8af0 (diff) | |
Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web into eleanor-gptdraw
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 94a497cf0..29b24b774 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -40,6 +40,7 @@ max-height: 100%; pointer-events: inherit; background: transparent; + z-index: -10000; img { height: auto; @@ -163,7 +164,6 @@ .imageBox-aiView { text-align: center; font-weight: bold; - width: 100%; .imageBox-aiView-subtitle { position: relative; @@ -173,14 +173,29 @@ .imageBox-aiView-regenerate-container, .imageBox-aiView-options-container { font-weight: normal; - margin: 5px; display: flex; } .imageBox-aiView-regenerate, .imageBox-aiView-options { display: flex; - margin: auto; + align-items: center; + flex-direction: row; gap: 5px; + width: 100%; + } + + .imageBox-aiView-strength { + text-align: center; + align-items: center; + display: flex; + width: 125px; + } + .imageBox-aiView-slider { + width: 50px; + margin-left: 5px; + } + .imageBox-aiView-input { + width: 100%; } } |
