improve css vars

This commit is contained in:
anapnoe
2023-04-21 17:50:07 +03:00
parent 434c67d1a6
commit e51e7ae79a
18 changed files with 85 additions and 42 deletions
+3
View File
@@ -105,6 +105,9 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd, onProgre
if(livePreview){
if(parentGallery) parentGallery.removeChild(livePreview)
}
gradioApp().querySelectorAll('#tabs + div, #tabs + div > *:not(ul)').forEach(function (elem){
elem.style.setProperty("display", "block", "important");
})
atEnd()
}