diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-21 20:15:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 20:15:41 +0000 |
commit | 1ceca5c72681fbc78300ef6a4b9c81fb65544498 (patch) | |
tree | aaa8c4355d7c74a86e0a8590d80f261166ae6fa4 /style.css | |
parent | bd4a24e0f926496e8735dea42be10cb3ed63cfed (diff) | |
parent | 861fe750b01d5b6fa7434101d466b07a6f4b312e (diff) | |
download | stable-diffusion-webui-gfx803-1ceca5c72681fbc78300ef6a4b9c81fb65544498.tar.gz stable-diffusion-webui-gfx803-1ceca5c72681fbc78300ef6a4b9c81fb65544498.tar.bz2 stable-diffusion-webui-gfx803-1ceca5c72681fbc78300ef6a4b9c81fb65544498.zip |
Merge pull request #7020 from EllangoK/ui-fix
Fixes ui issues with checkbox and hires. sections
Diffstat (limited to 'style.css')
-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;
|