From a0efd52ff2e41c7c6c677d9e9c0714d6c98b45e5 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sat, 4 Feb 2023 20:44:37 +0200 Subject: [PATCH] Mobile-Compact --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index 938906fc..d9b964c1 100644 --- a/style.css +++ b/style.css @@ -1862,6 +1862,17 @@ input:focus { padding: 5px 2px 5px 5px; } + + #txt2img_settings, + #img2img_settings, + #txt2img_results, + #img2img_results, + .tabs > div + { + padding:0; + border:none; + + } }