mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Add styling for script components
This commit is contained in:
parent
a0e74c4db4
commit
3ca3c7f1c6
@ -190,6 +190,13 @@ button.custom-button{
|
|||||||
text-align: center;
|
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 */
|
/* txt2img/img2img specific */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user