aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllangoK <karun.ellango7@gmail.com>2023-01-21 19:26:07 +0000
committerEllangoK <karun.ellango7@gmail.com>2023-01-21 19:26:07 +0000
commit861fe750b01d5b6fa7434101d466b07a6f4b312e (patch)
tree83534ea7e31e3e67dd202ea16b483a5d7aa314c2
parentf53527f7786575fe60da0223bd63ea3f0a06a754 (diff)
downloadstable-diffusion-webui-gfx803-861fe750b01d5b6fa7434101d466b07a6f4b312e.tar.gz
stable-diffusion-webui-gfx803-861fe750b01d5b6fa7434101d466b07a6f4b312e.tar.bz2
stable-diffusion-webui-gfx803-861fe750b01d5b6fa7434101d466b07a6f4b312e.zip
fixes ui issues with checkbox and hires. sections
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1e59575f..507acec1 100644
--- a/style.css
+++ b/style.css
@@ -707,12 +707,16 @@ footer {
#txt2img_checkboxes, #img2img_checkboxes{
margin-bottom: 0.5em;
+ margin-left: 0em;
}
#txt2img_checkboxes > div, #img2img_checkboxes > div{
flex: 0;
white-space: nowrap;
min-width: auto;
}
+#txt2img_hires_fix{
+ margin-left: -0.8em;
+}
.inactive{
opacity: 0.5;