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

This commit is contained in:
Joakim Svensson 2025-07-21 06:02:51 +00:00
parent 61eef31a51
commit bf8a073bb4
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,8 @@ title: Cloudlog
const timestamp = Date.now();
iframe.src = `https://cloudlog.sa6anw.se/visitor/alpha`;
}
const windowWidth = window.innerWidth;
iframe.style.height = windowWidth < 600 ? "2100px" : "1800px";
});
</script>
@ -52,7 +54,6 @@ title: Cloudlog
<iframe
id="cloudlog"
width="100%"
height="2100px"
style="border: none;"
scrolling="no"
></iframe>