diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-04 17:49:54 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-04 17:49:54 +0000 |
commit | b32852ef037251eb3d846af76e2965594e1ac7a5 (patch) | |
tree | 60b39363738ff72ae87191606ca672ae1b71e3fc /style.css | |
parent | 90e911fd546e76f879b38a764473569911a0f845 (diff) | |
download | stable-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.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -403,3 +403,7 @@ input[type="range"]{ .red {
color: red;
}
+
+#img2img_image div.h-60{
+ height: 480px;
+}
\ No newline at end of file |