This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user