Cloudlog
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
61eef31a51
commit
bf8a073bb4
|
@ -45,6 +45,8 @@ title: Cloudlog
|
||||||
const timestamp = Date.now();
|
const timestamp = Date.now();
|
||||||
iframe.src = `https://cloudlog.sa6anw.se/visitor/alpha`;
|
iframe.src = `https://cloudlog.sa6anw.se/visitor/alpha`;
|
||||||
}
|
}
|
||||||
|
const windowWidth = window.innerWidth;
|
||||||
|
iframe.style.height = windowWidth < 600 ? "2100px" : "1800px";
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -52,7 +54,6 @@ title: Cloudlog
|
||||||
<iframe
|
<iframe
|
||||||
id="cloudlog"
|
id="cloudlog"
|
||||||
width="100%"
|
width="100%"
|
||||||
height="2100px"
|
|
||||||
style="border: none;"
|
style="border: none;"
|
||||||
scrolling="no"
|
scrolling="no"
|
||||||
></iframe>
|
></iframe>
|
||||||
|
|
Loading…
Reference in New Issue