From c249bbb4d41ecfb43cf4ba43f23a4c8b08d8c56e Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Mon, 12 Sep 2022 20:48:10 +0300 Subject: [PATCH] Revert "Merge pull request #343 from oobabooga/master" This reverts commit 338fb1db6360fa3c1948d464412edeabe88a8236, reversing changes made to c2a1b37382efecc44400ea429d34bbb9ce8ebe9b. --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 5894b3d9b..a57b2420f 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; -} -