aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-10 20:18:38 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-10 20:18:38 +0300
commitd41568de29d9bfbecc9b06eb2990cbf1d7edd62b (patch)
tree844bc76e0972dd9cb44ba0cb288a3e3076abfb38 /style.css
parentdfefc5175a79dedf08fb6f6d26c6b868682a30ec (diff)
Attempt to fix negative prompt UI for #238
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8761d061..50280000 100644
--- a/style.css
+++ b/style.css
@@ -130,6 +130,7 @@ input[type="range"]{
#txt2img_negative_prompt, #img2img_negative_prompt{
flex: 0.3;
+ min-width: 10em;
}
.progressDiv{