From bf8a073bb46f5b6f18fa84a96347b7c1d0a797b7 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Mon, 21 Jul 2025 06:02:51 +0000 Subject: [PATCH] Cloudlog --- docs/cloudlog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cloudlog.md b/docs/cloudlog.md index a1bd469..ae97458 100644 --- a/docs/cloudlog.md +++ b/docs/cloudlog.md @@ -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"; }); @@ -52,7 +54,6 @@ title: Cloudlog