Merge pull request #7020 from EllangoK/ui-fix

Fixes ui issues with checkbox and hires. sections
This commit is contained in:
AUTOMATIC1111 2023-01-21 23:15:41 +03:00 committed by GitHub
commit 1ceca5c726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -707,12 +707,16 @@ footer {
#txt2img_checkboxes, #img2img_checkboxes{ #txt2img_checkboxes, #img2img_checkboxes{
margin-bottom: 0.5em; margin-bottom: 0.5em;
margin-left: 0em;
} }
#txt2img_checkboxes > div, #img2img_checkboxes > div{ #txt2img_checkboxes > div, #img2img_checkboxes > div{
flex: 0; flex: 0;
white-space: nowrap; white-space: nowrap;
min-width: auto; min-width: auto;
} }
#txt2img_hires_fix{
margin-left: -0.8em;
}
.inactive{ .inactive{
opacity: 0.5; opacity: 0.5;