Cloudlog
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-07-21 06:15:25 +00:00
parent 7f0e2ebdec
commit 2ed8e482d3
1 changed files with 1 additions and 1 deletions

View File

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