File tree Expand file tree Collapse file tree
src/app/(public)/_components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ export default function DocumentIdPage({ params }: DocumentIdPageProps) {
128128 < div className = "flex flex-col min-h-screen" >
129129 < title > { document . title } </ title >
130130 < Cover url = { document . coverImage } preview = { user ?. moderator ? false : true } />
131- < div className = "mx-auto md:max-w-3xl lg:max-w-4xl flex-grow w-full" >
131+ < div className = "mx-auto md:max-w-3xl lg:max-w-4xl flex-grow w-full mt-6 " >
132132 < ModeratorPanel _id = { document . _id } userId = { document . userId } shortId = { document . shortId } isShort = { document . isShort } isPublished = { document . isPublished } creatorName = { document . creatorName } lastEditor = { document . lastEditor } verifed = { document . verifed } content = { document . content } title = { document . title } isAcrhived = { document . isAcrhived } />
133133 < Toolbar initialData = { document } preview = { user ?. moderator ? false : true } />
134- < Editor onChange = { ( ) => { } } initialContent = { document . content } editable = { false } />
134+ < Editor onChange = { ( ) => { } } initialContent = { document . content } editable = { false } />
135135 </ div >
136136 < Footer name = { document . creatorName as string } team = { document . userId . startsWith ( "org_" ) } logo = { profile ?. watermark as boolean } />
137137 </ div >
You can’t perform that action at this time.
0 commit comments