This commit is contained in:
@@ -43,7 +43,7 @@ title: Cloudlog
|
||||
if (!iframe) return;
|
||||
|
||||
const windowWidth = window.innerWidth;
|
||||
iframe.style.height = windowWidth < 611 ? "2100px" : "1600px";
|
||||
iframe.style.height = windowWidth < 612 ? "2100px" : "1600px";
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
Reference in New Issue
Block a user