Add styling for script components

This commit is contained in:
catboxanon 2023-08-04 07:20:32 -04:00 committed by GitHub
parent a0e74c4db4
commit 3ca3c7f1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -190,6 +190,13 @@ button.custom-button{
text-align: center;
}
.gradio-group[id$="_script_container"] > div .gradio-group > div > div:is(.gradio-accordion, .form) {
border: 1px solid var(--block-border-color) !important;
border-radius: 8px !important;
margin: 2px 0;
padding: 8px 8px;
}
/* txt2img/img2img specific */