aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-30 23:59:59 +0300
committerGitHub <noreply@github.com>2022-09-30 23:59:59 +0300
commit20f378a399df0e3b73b12fbfef6c6ad70cb38481 (patch)
tree5179b743389604f4bd401b66365fe39d6954ecb4 /style.css
parent89f0acc6bf3726e40bd9a3c634716debe3ece87d (diff)
parentd1db330010de31d48975bb3ec86e9e60d56ae9e9 (diff)
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.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 9709c4ee..79d6bb0d 100644
--- a/style.css
+++ b/style.css
@@ -23,7 +23,7 @@
text-align: right;
}
-#generate{
+#txt2img_generate, #img2img_generate {
min-height: 4.5em;
}