diff --git a/src/app/note/components/content.tsx b/src/app/note/components/content.tsx index 5559de90..0d0ce400 100644 --- a/src/app/note/components/content.tsx +++ b/src/app/note/components/content.tsx @@ -12,7 +12,7 @@ export const NoteContent = ({ content }: { content: any }) => { , h6: ({ ...props }) => , diff --git a/src/app/note/components/preview/video.tsx b/src/app/note/components/preview/video.tsx index 4bd0fc66..3cdfc180 100644 --- a/src/app/note/components/preview/video.tsx +++ b/src/app/note/components/preview/video.tsx @@ -4,7 +4,7 @@ export default function VideoPreview({ urls }: { urls: string[] }) { return (
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" > diff --git a/src/app/note/components/quoteRepost.tsx b/src/app/note/components/quoteRepost.tsx index 2a03125b..82b5005b 100644 --- a/src/app/note/components/quoteRepost.tsx +++ b/src/app/note/components/quoteRepost.tsx @@ -9,8 +9,8 @@ export const NoteQuoteRepost = memo(function NoteQuoteRepost({ event }: { event: return (
-
-
+
+
diff --git a/src/app/note/components/rootNote.tsx b/src/app/note/components/rootNote.tsx index 5c39c520..40acca87 100644 --- a/src/app/note/components/rootNote.tsx +++ b/src/app/note/components/rootNote.tsx @@ -61,7 +61,7 @@ export const RootNote = memo(function RootNote({ id, fallback }: { id: string; f const contentFallback = noteParser(parseFallback); return ( -
openNote(e)} className="flex flex-col"> +
openNote(e)} className="flex flex-col px-3 pb-5 pt-2">
@@ -72,7 +72,7 @@ export const RootNote = memo(function RootNote({ id, fallback }: { id: string; f } return ( -
openNote(e)} className="flex flex-col"> +
openNote(e)} className="flex flex-col px-3 pb-5 pt-2"> {data ? ( <>