diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-12-31 21:38:58 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-12-31 21:38:58 +0000 |
commit | 360feed9b55fb03060c236773867b08b4265645d (patch) | |
tree | 4c308d091a4f1927c3eb989a218de2fc8352c140 /style.css | |
parent | f4535f6e4f001314bd155bc6e1b6908e02792b9a (diff) | |
download | stable-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.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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
|