From 64591ce3241e6bc390dd1ada957cfe734e274e32 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 12 Sep 2022 12:54:01 -0300 Subject: [PATCH 1/2] Fix ugly img2img tab --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index a57b2420f..c9862e5e2 100644 --- a/style.css +++ b/style.css @@ -160,3 +160,7 @@ input[type="range"]{ border-radius: 8px; } +.flex-wrap { + flex-wrap: unset; +} + From cf0266f7dc4cbc0c04fd224d1e82275284e1641b Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 12 Sep 2022 14:13:34 -0300 Subject: [PATCH 2/2] Make prompt and negative prompt take same space --- style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style.css b/style.css index c9862e5e2..5894b3d9b 100644 --- a/style.css +++ b/style.css @@ -45,6 +45,7 @@ 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; @@ -132,11 +133,6 @@ input[type="range"]{ margin-bottom: 0.5em; } -#txt2img_negative_prompt, #img2img_negative_prompt{ - flex: 0.3; - min-width: 10em; -} - .progressDiv{ width: 100%; height: 30px;