diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-30 20:59:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 20:59:59 +0000 |
commit | 20f378a399df0e3b73b12fbfef6c6ad70cb38481 (patch) | |
tree | 5179b743389604f4bd401b66365fe39d6954ecb4 /style.css | |
parent | 89f0acc6bf3726e40bd9a3c634716debe3ece87d (diff) | |
parent | d1db330010de31d48975bb3ec86e9e60d56ae9e9 (diff) | |
download | stable-diffusion-webui-gfx803-20f378a399df0e3b73b12fbfef6c6ad70cb38481.tar.gz stable-diffusion-webui-gfx803-20f378a399df0e3b73b12fbfef6c6ad70cb38481.tar.bz2 stable-diffusion-webui-gfx803-20f378a399df0e3b73b12fbfef6c6ad70cb38481.zip |
Merge pull request #1405 from tsngo/return-key-prompt-submit
ALT + return will submit prompt when it's in focus
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ text-align: right;
}
-#generate{
+#txt2img_generate, #img2img_generate {
min-height: 4.5em;
}
|