💄 fix: Fix mobile file thumbnail can't show spoiled.
This commit is contained in:
parent
4524ca6359
commit
a7b6c3539f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue