From cfd5ac49f6aa96be9b097d6688d818d005da2cfa Mon Sep 17 00:00:00 2001 From: masakurapa Date: Wed, 13 May 2026 23:17:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=8B=E3=83=A5=E3=83=BC=E3=82=B9=E3=81=AE?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E9=A0=98=E5=9F=9F=E3=82=92=E5=BA=83=E3=81=92?= =?UTF-8?q?=E3=81=A6=E8=A1=A8=E7=A4=BA=E9=87=8F=E3=82=92=E5=A2=97=E3=82=84?= =?UTF-8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/top/News.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/top/News.astro b/src/components/top/News.astro index 0d45f18..71b3ecf 100644 --- a/src/components/top/News.astro +++ b/src/components/top/News.astro @@ -37,6 +37,7 @@ import TextLink from "../ui/TextLink.astro"; .news-date { color: var(--text-secondary); width: 90px; + flex-shrink: 0; } .news-list-container { @@ -49,7 +50,7 @@ import TextLink from "../ui/TextLink.astro"; .news-list { list-style: none; margin: 0; - max-height: 111px; + max-height: 168px; overflow-y: scroll; padding: 0; }