💄 fix: Fix mobile file thumbnail can't show spoiled.

This commit is contained in:
jarvis2f 2024-12-25 20:50:38 +08:00
parent 4524ca6359
commit a7b6c3539f

View file

@ -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"
/>
</SpoiledWrapper>
) : (