From 43bdbe934a3fbd4a1d2be18bcf0e38f0f088d10c Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 10 Sep 2022 15:41:29 +0300 Subject: enabled negative prompt by default fixed broken empty directory when prompt does not start withl etter --- style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'style.css') 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%; -- cgit v1.2.1