From 2056582cf6589d5491267f36aa06b1cd7d764673 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 3 Nov 2025 01:17:54 +0000 Subject: fix: restore image size in grid layout --- .../web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx b/apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx index b53a14c5..98babb22 100644 --- a/apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx +++ b/apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx @@ -181,7 +181,7 @@ function GridView({ const note = showNotes ? bookmark.note?.trim() : undefined; const img = image( "grid", - cn("h-52 min-h-52 w-full rounded-t-lg", imgFitClass), + cn("h-56 min-h-56 w-full rounded-t-lg", imgFitClass), ); return ( @@ -193,7 +193,7 @@ function GridView({ )} > - {img &&
{img}
} + {img &&
{img}
}
{showTitle && title && ( -- cgit v1.2.3-70-g09d2