aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-11 17:33:24 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-11 17:33:24 +0000
commit0b8911d883118daa54f7735c5b753b5575d9f943 (patch)
tree7d574795777a9c463928f4624527f008f14a7409 /style.css
parent590ff5ce5b2e4474f998421c8de99baf74c45b5b (diff)
downloadstable-diffusion-webui-gfx803-0b8911d883118daa54f7735c5b753b5575d9f943.tar.gz
stable-diffusion-webui-gfx803-0b8911d883118daa54f7735c5b753b5575d9f943.tar.bz2
stable-diffusion-webui-gfx803-0b8911d883118daa54f7735c5b753b5575d9f943.zip
img2img UI rework: obsolete --gradio-img2img-tool --gradio-inpaint-tool and always show all tools each in own tab
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index ec5e4182..ffd6307f 100644
--- a/style.css
+++ b/style.css
@@ -557,7 +557,9 @@ canvas[key="mask"] {
}
#img2img_image, #img2img_image > .h-60, #img2img_image > .h-60 > div, #img2img_image > .h-60 > div > img,
-img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h-60 > div > img
+#img2img_sketch, #img2img_sketch > .h-60, #img2img_sketch > .h-60 > div, #img2img_sketch > .h-60 > div > img,
+#img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h-60 > div > img,
+#inpaint_sketch, #inpaint_sketch > .h-60, #inpaint_sketch > .h-60 > div, #inpaint_sketch > .h-60 > div > img
{
height: 480px !important;
max-height: 480px !important;