aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-17 21:03:16 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-17 21:03:16 +0000
commit3694379f26500f54a7c6ece3d171ffd6635e7a93 (patch)
tree022b22cd23097603a9b92dc3d94f2ab4f80a7fcf /style.css
parent973ae87309e5787bc874e6dad1ec81398b57a77d (diff)
downloadstable-diffusion-webui-gfx803-3694379f26500f54a7c6ece3d171ffd6635e7a93.tar.gz
stable-diffusion-webui-gfx803-3694379f26500f54a7c6ece3d171ffd6635e7a93.tar.bz2
stable-diffusion-webui-gfx803-3694379f26500f54a7c6ece3d171ffd6635e7a93.zip
rework #8863 to work with all img2img tabs
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index f977fe62..b300dfa1 100644
--- a/style.css
+++ b/style.css
@@ -320,8 +320,8 @@ button.custom-button{
div.dimensions-tools{
min-width: 0 !important;
max-width: fit-content;
- flex-direction: row;
- align-content: center;
+ flex-direction: column;
+ place-content: center;
}
div#extras_scale_to_tab div.form{