From e4ca6753ec652b7014e3af4259f195be93b45eec Mon Sep 17 00:00:00 2001 From: Frank419 Date: Tue, 27 Aug 2024 17:56:43 +0800 Subject: [PATCH] Addressed an issue that thumbnail images might have extra spacing at the bottom. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 77d7199..28eba41 100644 --- a/style.css +++ b/style.css @@ -501,6 +501,7 @@ table tbody tr:nth-child(2n) { display: block; text-decoration: none; width: 100%; + line-height: 0; height: var(--minimalistflex-max-height); box-shadow: var(--minimalistflex-card-shadow); border-radius: 2px;