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