aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-09 09:15:36 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-09 09:15:36 +0300
commit003b60b94e42e21e9213b286b6a51a222db1076a (patch)
treef3d01347aec0c2fdbc0927a4e3c8a4629f54d165 /style.css
parent41434ba3cd228fe9fc533e21302fac410f879f31 (diff)
add an option to show negative prompt
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 2898686d..0ae72cc8 100644
--- a/style.css
+++ b/style.css
@@ -14,7 +14,7 @@ button{
align-self: stretch !important;
}
-#img2img_prompt, #txt2img_prompt{
+#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{
padding: 0;
border: none !important;
}