From d1f405bde15d222d8de46f2a3723a3cfed4a6175 Mon Sep 17 00:00:00 2001 From: Tolaria Date: Wed, 3 Jun 2026 19:44:45 +0800 Subject: [PATCH] fix: force comments iframe to 500px min-height --- docs/stylesheets/extra.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index bf4f24a..d40f48d 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -570,11 +570,13 @@ article h1, article h2, article h3 { border-bottom: 2px solid var(--gp-secondary); } #cusdis_thread { - min-height: 280px; + min-height: 520px; padding: 0.8rem 0; } #cusdis_thread iframe { border-radius: 12px; + min-height: 500px !important; + height: auto !important; } /* Print */