Cloudlog
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
72c97a3ef1
commit
ecc74e8397
|
@ -43,7 +43,7 @@ title: Cloudlog
|
||||||
if (!iframe) return;
|
if (!iframe) return;
|
||||||
|
|
||||||
const windowWidth = window.innerWidth;
|
const windowWidth = window.innerWidth;
|
||||||
iframe.style.height = windowWidth < 605 ? "2100px" : "1600px";
|
iframe.style.height = windowWidth < 607 ? "2100px" : "1600px";
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
|
Loading…
Reference in New Issue