aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-10 15:41:29 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-10 15:41:29 +0300
commit43bdbe934a3fbd4a1d2be18bcf0e38f0f088d10c (patch)
treedc8c3b5899d826b47becbbff4801d56a92546b65 /style.css
parent13eec4f3d4081fdc43883c5ef02e471a2b6c7212 (diff)
enabled negative prompt by default
fixed broken empty directory when prompt does not start withl etter
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index a3646c16..d94b79d2 100644
--- a/style.css
+++ b/style.css
@@ -124,6 +124,9 @@ input[type="range"]{
margin-bottom: 0.5em;
}
+#txt2img_negative_prompt, #img2img_negative_prompt{
+ flex: 0.3;
+}
.progressDiv{
width: 100%;