feat: the last commit of year

This commit is contained in:
2023-12-31 20:53:51 +07:00
parent b1d2496f8e
commit 56fab1dda6
28 changed files with 277 additions and 227 deletions

View File

@@ -8,7 +8,7 @@ export function VideoPreview({ url }: { url: string }) {
return (
<MediaPlayer
src={url}
className="w-full overflow-hidden rounded-lg"
className="w-full my-1 overflow-hidden rounded-lg"
aspectRatio="16/9"
load="visible"
>