Cloudlog
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-21 06:13:32 +00:00
parent 41f5146561
commit 7f0e2ebdec

View File

@@ -43,7 +43,7 @@ title: Cloudlog
if (!iframe) return; if (!iframe) return;
const windowWidth = window.innerWidth; const windowWidth = window.innerWidth;
iframe.style.height = windowWidth < 600 ? "2100px" : "1800px"; iframe.style.height = windowWidth < 650 ? "2100px" : "1600px";
} }
document.addEventListener("DOMContentLoaded", () => { document.addEventListener("DOMContentLoaded", () => {