diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-17 20:42:01 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-17 20:42:01 +0000 |
commit | 61ee563df9112ae04e547622b4c5e9fd4bc9d978 (patch) | |
tree | 07d3f5040c0a300878cf045530972ed9aeb526cc /style.css | |
parent | e5dd4b4ebf817d35285095baa2246dfc5647186e (diff) | |
download | stable-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.css | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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;
|