From a7b6c3539fd2dae3d6220c3c5278973ad45dc4d5 Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix:=20Fix=20mobile=20file=20thu?= =?UTF-8?q?mbnail=20can't=20show=20spoiled.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/file-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/file-card.tsx b/web/src/components/file-card.tsx index d9edaa4..a728b9f 100644 --- a/web/src/components/file-card.tsx +++ b/web/src/components/file-card.tsx @@ -39,7 +39,7 @@ export function FileCard({ file }: FileCardProps) { alt={file.name ?? "File thumbnail"} width={32} height={32} - className="h-16 w-16 rounded object-cover" + className="h-16 w-16 rounded object-cover inline-block" /> ) : (