From c4cab058e1947858eb97149c6ea01ac54821b281 Mon Sep 17 00:00:00 2001 From: Zyin055 <5003647+Zyin055@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:23:50 -0600 Subject: [PATCH] Added style.css #22 --- style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..b23a258 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +#config_preset_wrapper_txt2img, +#config_preset_wrapper_img2img { + margin-top: 10px; /* prevent our dropdown label from overlapping the html_log performance element */ +} \ No newline at end of file