From 003b60b94e42e21e9213b286b6a51a222db1076a Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Fri, 9 Sep 2022 09:15:36 +0300 Subject: add an option to show negative prompt --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 2898686d..0ae72cc8 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ button{ align-self: stretch !important; } -#img2img_prompt, #txt2img_prompt{ +#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{ padding: 0; border: none !important; } -- cgit v1.2.3