mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
disable gallery height calc
This commit is contained in:
Submodule extensions-builtin/sd-webui-controlnet updated: 8e143d3545...30cc2ec84f
+1
-1
@@ -124,7 +124,7 @@ function showSubmitButtons(tabname, show) {}
|
||||
function clearGallery(tabname) {
|
||||
const gallery = gradioApp().getElementById(`${tabname}_gallery`)
|
||||
gallery.classList.remove('logo');
|
||||
gallery.style.height = window.innerHeight - gallery.getBoundingClientRect().top - 200 + 'px'
|
||||
// gallery.style.height = window.innerHeight - gallery.getBoundingClientRect().top - 200 + 'px'
|
||||
const footer = gradioApp().getElementById(`${tabname}_footer`)
|
||||
footer.style.display = 'flex';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user