aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-01-21 20:15:41 +0000
committerGitHub <noreply@github.com>2023-01-21 20:15:41 +0000
commit1ceca5c72681fbc78300ef6a4b9c81fb65544498 (patch)
treeaaa8c4355d7c74a86e0a8590d80f261166ae6fa4 /style.css
parentbd4a24e0f926496e8735dea42be10cb3ed63cfed (diff)
parent861fe750b01d5b6fa7434101d466b07a6f4b312e (diff)
downloadstable-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.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;