From 8df6d15b19a02dc3fbadb726c1ef8c25eb595024 Mon Sep 17 00:00:00 2001 From: Mathis HERRIOT <197931332+0x485254@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:39:44 +0100 Subject: [PATCH] refactor: update content card and list layout for better responsiveness - Removed unused aspect-video class from content card layout. - Improved content list layout by switching to a responsive grid system. --- frontend/src/components/content-card.tsx | 2 +- frontend/src/components/content-list.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/content-card.tsx b/frontend/src/components/content-card.tsx index 75c4de1..30794d9 100644 --- a/frontend/src/components/content-card.tsx +++ b/frontend/src/components/content-card.tsx @@ -158,7 +158,7 @@ export function ContentCard({ content, onUpdate }: ContentCardProps) { - + {content.mimeType.startsWith("image/") ? ( +
{title &&

{title}

} -
+
{contents.map((content) => ( ))}