OpenWrite适配所有主题

This commit is contained in:
tangly1024.com
2024-09-05 12:13:07 +08:00
parent 218d1fa37e
commit c351b76c13
15 changed files with 953 additions and 757 deletions

View File

@@ -341,8 +341,10 @@ const LayoutSlug = props => {
{/* Notion文章主体 */}
{post && (
<section id='article-wrapper' className='px-1'>
<NotionPage post={post} />
<section className='px-1'>
<div id='article-wrapper'>
<NotionPage post={post} />
</div>
{/* 分享 */}
<ShareBar post={post} />