diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-11 17:33:24 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-11 17:33:24 +0000 |
commit | 0b8911d883118daa54f7735c5b753b5575d9f943 (patch) | |
tree | 7d574795777a9c463928f4624527f008f14a7409 /style.css | |
parent | 590ff5ce5b2e4474f998421c8de99baf74c45b5b (diff) | |
download | stable-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.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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;
|