From 91bfc71261e160451e89f35a7c0eef66ff98877c Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Thu, 22 Sep 2022 12:11:48 +0300 Subject: A big rework, just what you were secretly hoping for! SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 655a00e5..de5f94a6 100644 --- a/style.css +++ b/style.css @@ -97,6 +97,11 @@ background: transparent; } +.my-4{ + margin-top: 0; + margin-bottom: 0; +} + #toprow div{ border: none; gap: 0; @@ -198,7 +203,8 @@ input[type="range"]{ #mask_bug_info { text-align: center; display: block; - margin-bottom: 0.5em; + margin-top: -0.75em; + margin-bottom: -0.75em; } #txt2img_negative_prompt, #img2img_negative_prompt{ -- cgit v1.2.3