aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-17 20:42:01 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-17 20:42:01 +0000
commit61ee563df9112ae04e547622b4c5e9fd4bc9d978 (patch)
tree07d3f5040c0a300878cf045530972ed9aeb526cc /style.css
parente5dd4b4ebf817d35285095baa2246dfc5647186e (diff)
downloadstable-diffusion-webui-gfx803-61ee563df9112ae04e547622b4c5e9fd4bc9d978.tar.gz
stable-diffusion-webui-gfx803-61ee563df9112ae04e547622b4c5e9fd4bc9d978.tar.bz2
stable-diffusion-webui-gfx803-61ee563df9112ae04e547622b4c5e9fd4bc9d978.zip
option to specify editor height for img2img
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/style.css b/style.css
index f8ffbd8d..f977fe62 100644
--- a/style.css
+++ b/style.css
@@ -328,12 +328,6 @@ div#extras_scale_to_tab div.form{
flex-direction: row;
}
-#mode_img2img .gradio-image > div.fixed-height, #mode_img2img .gradio-image > div.fixed-height img{
- height: 480px !important;
- max-height: 480px !important;
- min-height: 480px !important;
-}
-
#img2img_sketch, #img2maskimg, #inpaint_sketch {
overflow: overlay !important;
resize: auto;