diff options
author | EllangoK <karun.ellango7@gmail.com> | 2023-01-21 19:26:07 +0000 |
---|---|---|
committer | EllangoK <karun.ellango7@gmail.com> | 2023-01-21 19:26:07 +0000 |
commit | 861fe750b01d5b6fa7434101d466b07a6f4b312e (patch) | |
tree | 83534ea7e31e3e67dd202ea16b483a5d7aa314c2 | |
parent | f53527f7786575fe60da0223bd63ea3f0a06a754 (diff) | |
download | stable-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.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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;
|