option to specify editor height for img2img

This commit is contained in:
AUTOMATIC
2023-05-17 23:42:01 +03:00
parent e5dd4b4ebf
commit 61ee563df9
3 changed files with 5 additions and 10 deletions

View File

@@ -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;