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

This commit is contained in:
Joakim Svensson 2025-07-21 06:05:01 +00:00
parent bf8a073bb4
commit 81d3856431
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ title: Cloudlog
iframe.src = `https://cloudlog.sa6anw.se/visitor/alpha`;
}
const windowWidth = window.innerWidth;
iframe.style.height = windowWidth < 600 ? "2100px" : "1800px";
iframe.style.height = windowWidth < 600 ? "2200px" : "1700px";
});
</script>