aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorzetclansu <zetclansu@ya.ru>2023-03-27 18:05:56 +0000
committerGitHub <noreply@github.com>2023-03-27 18:05:56 +0000
commit4b4902050684dc4db1bbd007a4f2e8f7c37bf1a4 (patch)
tree2d2c45d46fbd1d60441da993496d3e5b2e6d7c61 /style.css
parent955df7751eef11bb7697e2d77f6b8a6226b21e13 (diff)
downloadstable-diffusion-webui-gfx803-4b4902050684dc4db1bbd007a4f2e8f7c37bf1a4.tar.gz
stable-diffusion-webui-gfx803-4b4902050684dc4db1bbd007a4f2e8f7c37bf1a4.tar.bz2
stable-diffusion-webui-gfx803-4b4902050684dc4db1bbd007a4f2e8f7c37bf1a4.zip
Update style.css
Fix for wide width image in img2img_sketch, img2maskimg, inpaint_sketch
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5e8fb533..be6ceb1e 100644
--- a/style.css
+++ b/style.css
@@ -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;
}