settings page styles

This commit is contained in:
anapnoe
2023-02-24 21:49:18 +02:00
parent 4e0d496540
commit 3cd625854f
3 changed files with 33 additions and 9 deletions
+3
View File
@@ -275,6 +275,9 @@ onUiUpdate(function(){
gradioApp().querySelectorAll('#settings > div').forEach(function(elem){
elem.style.display = "block";
})
gradioApp().querySelectorAll('#settings > div > div > div').forEach(function(elem){
elem.style.maxHeight = "none";
})
}
}