This commit is contained in:
Vladimir Mandic
2024-06-22 20:16:32 -04:00
parent 0a9cfc8621
commit 6ad519e51f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ function setupExtraNetworksForTab(tabname) {
en.style.position = 'absolute';
en.style.right = '0';
en.style.top = '13em';
en.style.height = '-webkit-fill-available';
en.style.height = 'auto';
en.style.transition = 'width 0.3s ease';
en.style.width = `${window.opts.extra_networks_sidebar_width}vw`;
gradioApp().getElementById(`${tabname}_settings`).parentNode.style.width = `${100 - 2 - window.opts.extra_networks_sidebar_width}vw`;