aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-04 17:49:54 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-04 17:49:54 +0000
commitb32852ef037251eb3d846af76e2965594e1ac7a5 (patch)
tree60b39363738ff72ae87191606ca672ae1b71e3fc /style.css
parent90e911fd546e76f879b38a764473569911a0f845 (diff)
downloadstable-diffusion-webui-gfx803-b32852ef037251eb3d846af76e2965594e1ac7a5.tar.gz
stable-diffusion-webui-gfx803-b32852ef037251eb3d846af76e2965594e1ac7a5.tar.bz2
stable-diffusion-webui-gfx803-b32852ef037251eb3d846af76e2965594e1ac7a5.zip
add editor to img2img
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 39586bf1..e8f4cb75 100644
--- a/style.css
+++ b/style.css
@@ -403,3 +403,7 @@ input[type="range"]{
.red {
color: red;
}
+
+#img2img_image div.h-60{
+ height: 480px;
+} \ No newline at end of file