From cdefa70bd7692b85557ab980eda8924200f04bb6 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sun, 22 Mar 2026 00:42:35 +0000 Subject: [PATCH] Match PDF thumb height to grid cell preview (128px) Co-Authored-By: Claude Sonnet 4.6 --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 8539d35..ad9a698 100644 --- a/public/style.css +++ b/public/style.css @@ -1635,7 +1635,7 @@ nav { .pdf-thumb { width: auto; - height: 80px; + height: 128px; border: 1px solid var(--border); border-radius: 3px; flex-shrink: 0;