Sebastiankay commited on
Commit
0645a5d
·
1 Parent(s): d8cd318

3. Okt. 2024, 05:05

Browse files
Files changed (1) hide show
  1. _res/_custom.js +2 -1
_res/_custom.js CHANGED
@@ -172,9 +172,10 @@ function gradioCustomJS() {
172
  gradioContainer.classList.remove("blur-container")
173
  body.style.setProperty("--blur-value", "0px")
174
  gradioApp.style.height = ""
 
 
175
  resolutionModalWrapper.style.display = "none"
176
  alertModalElem.style.display = "none"
177
- alertModalElemSpan.textContent = ""
178
  }
179
  }
180
 
 
172
  gradioContainer.classList.remove("blur-container")
173
  body.style.setProperty("--blur-value", "0px")
174
  gradioApp.style.height = ""
175
+ resolutionModalWrapper.style.backdropFilter = "blur(0px)"
176
+ resolutionModalWrapper.style.opacity = "0"
177
  resolutionModalWrapper.style.display = "none"
178
  alertModalElem.style.display = "none"
 
179
  }
180
  }
181