mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
en apply width only for sidebar mode
This commit is contained in:
@@ -403,7 +403,7 @@ function setupExtraNetworksForTab(tabname) {
|
||||
gradioApp().getElementById(`${tabname}_settings`).parentNode.style.width = 'unset';
|
||||
}
|
||||
} else {
|
||||
en.style.width = 0;
|
||||
if (window.opts.extra_networks_card_cover === 'sidebar') en.style.width = 0;
|
||||
gradioApp().getElementById(`${tabname}_settings`).parentNode.style.width = 'unset';
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user