Commit 4b490205 authored by zetclansu's avatar zetclansu Committed by GitHub

Update style.css

Fix for wide width image in img2img_sketch, img2maskimg, inpaint_sketch
parent 955df775
......@@ -318,6 +318,13 @@ div.dimensions-tools{
min-height: 480px !important;
}
#img2img_sketch, #img2maskimg, #inpaint_sketch {
overflow: overlay !important;
resize: auto;
background: var(--panel-background-fill);
z-index: 5;
}
.image-buttons button{
min-width: auto;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment