diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-18 21:44:51 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-18 21:44:51 +0000 |
commit | bb0978ecfd3177d0bfd7cacd1ac8796d7eec2d79 (patch) | |
tree | e9866ec61f0e4784c5eacb2baed82172a444d397 /style.css | |
parent | a8322ad75b71d7805f717ca1e43bde7b637e0238 (diff) | |
download | stable-diffusion-webui-gfx803-bb0978ecfd3177d0bfd7cacd1ac8796d7eec2d79.tar.gz stable-diffusion-webui-gfx803-bb0978ecfd3177d0bfd7cacd1ac8796d7eec2d79.tar.bz2 stable-diffusion-webui-gfx803-bb0978ecfd3177d0bfd7cacd1ac8796d7eec2d79.zip |
fix hires fix ui weirdness caused by gradio update
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -686,7 +686,7 @@ footer { #txt2img_checkboxes, #img2img_checkboxes{
margin-bottom: 0.5em;
}
-#txt2img_checkboxes > div > div, #img2img_checkboxes > div > div{
+#txt2img_checkboxes > div, #img2img_checkboxes > div{
flex: 0;
white-space: nowrap;
min-width: auto;
|