From edf14be7b8407d1a13e2372ea792413dd26ccfa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 10 Feb 2026 22:05:17 +0100 Subject: [PATCH] nicolium: use aspect-ratio for preview card size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/components/preview-card.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pl-fe/src/components/preview-card.tsx b/packages/pl-fe/src/components/preview-card.tsx index f43198bea..bf3ec9f66 100644 --- a/packages/pl-fe/src/components/preview-card.tsx +++ b/packages/pl-fe/src/components/preview-card.tsx @@ -166,6 +166,7 @@ const PreviewCard: React.FC = ({ backgroundImage: `url(${card.image})`, width: horizontal ? width : undefined, height: horizontal ? height : undefined, + aspectRatio: ratio, }} className='status-card__image-image' title={card.image_description || undefined}