为了medium-zoom暂时回滚4.6.5的react-notion-x
This commit is contained in:
tangly1024
2021-12-28 12:37:34 +08:00
parent a98f2fb67f
commit 80d49a3c79
3 changed files with 12 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ export default function ArticleDetail ({ post, blockMap, recommendPosts, prev, n
>
<header>
{post.type && !post.type.includes('Page') && post?.page_cover && (
<div className="w-full h-60 lg:h-96 transform duration-200 md:flex-shrink-0 overflow-hidden">
<div className="w-full h-60 relative lg:h-96 transform duration-200 md:flex-shrink-0 overflow-hidden">
<Image
src={post?.page_cover}
loading="eager"