From 86867e153f4449167e3489323df35cf04f1fffa0 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Fri, 9 Sep 2022 23:16:02 +0300 Subject: support for prompt styles fix broken prompt matrix --- style.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 57b3665d..bebd0a53 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,18 @@ max-width: 4em; } +#style_index{ + min-width: 9em; + max-width: 9em; + padding-left: 0; + padding-right: 0; +} + +#component-1 div{ + border: none; + gap: 0; +} + #resize_mode{ flex: 1.5; } @@ -28,9 +40,12 @@ button{ } #img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{ - padding: 0; border: none !important; } +#img2img_prompt textarea, #txt2img_prompt textarea, #img2img_negative_prompt textarea, #txt2img_negative_prompt textarea{ + border: none !important; +} + #img2maskimg .h-60{ height: 30rem; -- cgit v1.2.3