From af382b8a0df02be9a05d6305fb0ba3ec82251d66 Mon Sep 17 00:00:00 2001 From: posimai Date: Fri, 3 Apr 2026 01:08:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20hidden=E5=B1=9E=E6=80=A7=E3=81=8Cdisplay?= =?UTF-8?q?:flex=E3=81=AB=E4=B8=8A=E6=9B=B8=E3=81=8D=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index ca3339c..86c971a 100644 --- a/index.html +++ b/index.html @@ -154,6 +154,9 @@ line-height: 1.35; } + /* hidden 属性が display:flex に上書きされるのを防ぐ */ + [hidden] { display: none !important; } + /* ── Markdown content ── */ .md-body { max-width: 680px; } .md-body h1 { display: none; } /* h1 is shown in post-meta */