add a visible checkbox to input accordion

This commit is contained in:
AUTOMATIC1111
2023-11-05 08:55:54 +03:00
parent 452ab8fe72
commit 6b8c661c49
2 changed files with 63 additions and 29 deletions

View File

@@ -204,6 +204,11 @@ div.block.gradio-accordion {
padding: 8px 8px;
}
input[type="checkbox"].input-accordion-checkbox{
vertical-align: sub;
margin-right: 0.5em;
}
/* txt2img/img2img specific */