diff options
author | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-08-04 11:20:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 11:20:32 +0000 |
commit | 3ca3c7f1c62f525539926fa883d8f5d54de85de6 (patch) | |
tree | 17563419776c873e295886d6b7ddee2310a8be70 /style.css | |
parent | a0e74c4db422532d1d945622c0a3bd5600330aeb (diff) | |
download | stable-diffusion-webui-gfx803-3ca3c7f1c62f525539926fa883d8f5d54de85de6.tar.gz stable-diffusion-webui-gfx803-3ca3c7f1c62f525539926fa883d8f5d54de85de6.tar.bz2 stable-diffusion-webui-gfx803-3ca3c7f1c62f525539926fa883d8f5d54de85de6.zip |
Add styling for script components
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 */
|