aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-12 20:48:10 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-12 20:48:10 +0300
commitc249bbb4d41ecfb43cf4ba43f23a4c8b08d8c56e (patch)
tree55516ca400d7e01bd95cc9eaa1db387843ec9ff4
parent3de44fc580681f785065565fbe63f46c5a872d43 (diff)
Revert "Merge pull request #343 from oobabooga/master"
This reverts commit 338fb1db6360fa3c1948d464412edeabe88a8236, reversing changes made to c2a1b37382efecc44400ea429d34bbb9ce8ebe9b.
-rw-r--r--style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/style.css b/style.css
index 5894b3d9..a57b2420 100644
--- a/style.css
+++ b/style.css
@@ -45,7 +45,6 @@ button{
#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{
border: none !important;
- width: 50%;
}
#img2img_prompt textarea, #txt2img_prompt textarea, #img2img_negative_prompt textarea, #txt2img_negative_prompt textarea{
border: none !important;
@@ -133,6 +132,11 @@ input[type="range"]{
margin-bottom: 0.5em;
}
+#txt2img_negative_prompt, #img2img_negative_prompt{
+ flex: 0.3;
+ min-width: 10em;
+}
+
.progressDiv{
width: 100%;
height: 30px;
@@ -156,7 +160,3 @@ input[type="range"]{
border-radius: 8px;
}
-.flex-wrap {
- flex-wrap: unset;
-}
-