From 4714b5ac8b54851568710e7430b31ab2664edb8b Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sat, 4 Feb 2023 20:12:46 +0200 Subject: [PATCH] Small gap and padding for mobile --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style.css b/style.css index 554515bb..938906fc 100644 --- a/style.css +++ b/style.css @@ -1846,6 +1846,22 @@ input:focus { #txt2img_actions_column, #img2img_actions_column { flex-basis: 100%; } + + .dark .gr-block { + padding: 3px; + } + + .gap-4 { + gap: 2px; + } + + .gr-box>div>div>input.gr-text-input { + + right: 3px; + top: 3px; + padding: 5px 2px 5px 5px; + + } }