aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-18 21:44:51 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-18 21:44:51 +0000
commitbb0978ecfd3177d0bfd7cacd1ac8796d7eec2d79 (patch)
treee9866ec61f0e4784c5eacb2baed82172a444d397 /style.css
parenta8322ad75b71d7805f717ca1e43bde7b637e0238 (diff)
downloadstable-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.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 0845519a..a6abd93d 100644
--- a/style.css
+++ b/style.css
@@ -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;