update note quote design

This commit is contained in:
Ren Amamiya
2023-05-06 18:33:41 +07:00
parent 473f474e20
commit 362e572768
4 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ export default function VideoPreview({ urls }: { urls: string[] }) {
return (
<div
onClick={(e) => e.stopPropagation()}
className="relative mt-3 flex w-full flex-col overflow-hidden rounded-lg bg-zinc-950"
className="relative mt-2 flex w-full flex-col overflow-hidden rounded-lg bg-zinc-950"
>
<MediaPlayer src={urls[0]} poster="" controls>
<MediaOutlet />