aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-12-31 21:38:58 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-12-31 21:38:58 +0000
commit360feed9b55fb03060c236773867b08b4265645d (patch)
tree4c308d091a4f1927c3eb989a218de2fc8352c140 /style.css
parentf4535f6e4f001314bd155bc6e1b6908e02792b9a (diff)
downloadstable-diffusion-webui-gfx803-360feed9b55fb03060c236773867b08b4265645d.tar.gz
stable-diffusion-webui-gfx803-360feed9b55fb03060c236773867b08b4265645d.tar.bz2
stable-diffusion-webui-gfx803-360feed9b55fb03060c236773867b08b4265645d.zip
HAPPY NEW YEAR
make save to zip into its own button instead of a checkbox
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 3ad78006..f245f674 100644
--- a/style.css
+++ b/style.css
@@ -568,6 +568,12 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h
font-size: 95%;
}
+#image_buttons_txt2img button, #image_buttons_img2img button, #image_buttons_extras button{
+ min-width: auto;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+}
+
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running