From 4d6c9c531aa7411ef00d809fd7e57ea92b9af75b Mon Sep 17 00:00:00 2001 From: Etienne Delvarre Date: Thu, 28 May 2026 16:54:44 +0200 Subject: [PATCH] =?UTF-8?q?Show=20more=20summary=20text=20on=20cards=20(3?= =?UTF-8?q?=20lines=20=E2=86=92=208=20lines)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index ea3dacd..949cdc3 100644 --- a/public/index.html +++ b/public/index.html @@ -119,7 +119,7 @@ .card.sortable-ghost { opacity: 0.3; } .card.sortable-chosen { box-shadow: 0 6px 20px var(--shadow-hover); } .card-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; margin-bottom: 8px; color: var(--text); } - .card-summary { font-size: 15px; color: var(--text-muted); line-height: 1.5; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } + .card-summary { font-size: 15px; color: var(--text-muted); line-height: 1.5; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; } .card-meta { display: flex; gap: 6px; flex-wrap: wrap; } .card-badge { font-size: 13px; padding: 4px 10px; border-radius: 8px; font-weight: 500; }