aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorTrung Ngo <codem01@gmail.com>2022-09-30 15:31:00 -0500
committerTrung Ngo <codem01@gmail.com>2022-09-30 15:39:57 -0500
commitd1db330010de31d48975bb3ec86e9e60d56ae9e9 (patch)
tree5179b743389604f4bd401b66365fe39d6954ecb4 /style.css
parent89f0acc6bf3726e40bd9a3c634716debe3ece87d (diff)
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;
}