mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 01:05:13 +02:00
improve css vars
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user