From c70e1d306d3110a33214e98e8fc09965a7b37af0 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 17 May 2023 22:41:28 +0900 Subject: [PATCH] SD horde options side by side, and clarified. --- .../extensions/stable-diffusion/index.js | 20 ++++++++++--------- public/style.css | 4 ++++ 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/public/scripts/extensions/stable-diffusion/index.js b/public/scripts/extensions/stable-diffusion/index.js index e08548273..7467c9c1e 100644 --- a/public/scripts/extensions/stable-diffusion/index.js +++ b/public/scripts/extensions/stable-diffusion/index.js @@ -637,17 +637,19 @@ jQuery(async () => {
- Use slash commands to generate images. Type /help in chat for more details + Use slash commands or the bottom Paintbrush buttron to generate images. Type /help in chat for more details
Hint: Save an API key in Horde KoboldAI API settings to use it here. - - +
+ + +
diff --git a/public/style.css b/public/style.css index d3ba667eb..c8811d9d1 100644 --- a/public/style.css +++ b/public/style.css @@ -814,6 +814,10 @@ select { margin-bottom: 10px; } +.marginTop10 { + margin-top: 10px; +} + #description_textarea, #firstmessage_textarea { height: -webkit-fill-available;