From c4962e8c66c46870cb1bbdc734e06ee62e7e5944 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 27 Aug 2026 22:25:11 +0200 Subject: [PATCH] fix(website): make giscus comments full width Override the 300px width the giscus script injects on .giscus and .giscus-frame so the comment section spans the full content area. Co-Authored-By: Claude Sonnet 4.6 --- website/src/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/styles.css b/website/src/styles.css index e111f3dcc..50072a9d4 100644 --- a/website/src/styles.css +++ b/website/src/styles.css @@ -189,6 +189,13 @@ font-weight: 600; } +/* --- Giscus comments ------------------------------------------------------- */ +/* The giscus script hard-codes width: 300px on the injected iframe; override. */ +.giscus, +.giscus-frame { + width: 100% !important; +} + /* --- SendPulse newsletter form ------------------------------------------- */ /* The embed script injects its own stylesheet; force it back on-brand. */