diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-10 15:43:27 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-11 08:59:11 +0000 |
commit | 77c52ea701bef8d436dd1f05253412807ddff42c (patch) | |
tree | dd6a0df5ab68e178eca6d3e12f32403bb81b651a /style.css | |
parent | 3c00e41ec049a6911a61b1210bf826c661eac085 (diff) | |
download | stable-diffusion-webui-gfx803-77c52ea701bef8d436dd1f05253412807ddff42c.tar.gz stable-diffusion-webui-gfx803-77c52ea701bef8d436dd1f05253412807ddff42c.tar.bz2 stable-diffusion-webui-gfx803-77c52ea701bef8d436dd1f05253412807ddff42c.zip |
fix accordion style on img2img
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ button.custom-button{ text-align: center;
}
-div.gradio-accordion {
+div.block.gradio-accordion {
border: 1px solid var(--block-border-color) !important;
border-radius: 8px !important;
margin: 2px 0;
|