aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-10 18:43:27 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-11 11:59:11 +0300
commit77c52ea701bef8d436dd1f05253412807ddff42c (patch)
treedd6a0df5ab68e178eca6d3e12f32403bb81b651a
parent3c00e41ec049a6911a61b1210bf826c661eac085 (diff)
fix accordion style on img2img
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 5163e53c..4cdce87c 100644
--- a/style.css
+++ b/style.css
@@ -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;