Update 1.10.0

This commit is contained in:
anapnoe
2024-09-20 09:43:15 +03:00
parent 8e6190afe5
commit 05cdbb66af
2 changed files with 542 additions and 517 deletions
File diff suppressed because it is too large Load Diff
@@ -3286,6 +3286,11 @@ input[type=checkbox]:checked:after {
display: flex;
align-items: center;
}
.gradio-accordion .label-wrap:not(.open) > span.icon{
transform: rotate(90deg);
}
.gradio-checkbox > div.mask-icon{
margin: 0;
}