From 2ed8e482d3de3c967aa851e2b9f333cb71155cc3 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Mon, 21 Jul 2025 06:15:25 +0000 Subject: [PATCH] Cloudlog --- docs/cloudlog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloudlog.md b/docs/cloudlog.md index 921a897..d14f894 100644 --- a/docs/cloudlog.md +++ b/docs/cloudlog.md @@ -43,7 +43,7 @@ title: Cloudlog if (!iframe) return; const windowWidth = window.innerWidth; - iframe.style.height = windowWidth < 650 ? "2100px" : "1600px"; + iframe.style.height = windowWidth < 610 ? "2100px" : "1600px"; } document.addEventListener("DOMContentLoaded", () => {