Update style.css
Fix for wide width image in img2img_sketch, img2maskimg, inpaint_sketch
This commit is contained in:
parent
955df7751e
commit
4b49020506
1 changed files with 7 additions and 0 deletions
|
@ -318,6 +318,13 @@ div.dimensions-tools{
|
||||||
min-height: 480px !important;
|
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{
|
.image-buttons button{
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue