Skip to content

Commit

Permalink
fix: add rounded class to video fallback message (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu authored Sep 27, 2024
1 parent f99ba5d commit 86d7b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function VideoItem({ entryId, entryPreview, translation }: UniversalItemP
showFallback={true}
/>
) : (
<div className="center aspect-video w-full flex-col gap-1 bg-muted text-xs text-muted-foreground">
<div className="center aspect-video w-full flex-col gap-1 rounded-md bg-muted text-xs text-muted-foreground">
<i className="i-mgc-sad-cute-re size-6" />
No media available
</div>
Expand Down

0 comments on commit 86d7b8c

Please sign in to comment.