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

This commit is contained in:
2025-07-21 06:17:24 +00:00
parent 2ed8e482d3
commit 72c97a3ef1

View File

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