mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-16 07:26:47 +00:00
hidden-scroll
This commit is contained in:
@@ -26,7 +26,7 @@ export default function ArticleDetail(props) {
|
||||
</div>
|
||||
)}
|
||||
<article itemScope itemType="https://schema.org/Movie"
|
||||
className="subpixel-antialiased py-10 px-5 lg:pt-24 md:px-32 dark:border-gray-700 bg-white dark:bg-hexo-black-gray"
|
||||
className="subpixel-antialiased scroll-hidden py-10 px-5 lg:pt-24 md:px-32 dark:border-gray-700 bg-white dark:bg-hexo-black-gray"
|
||||
>
|
||||
|
||||
<header className='animate__slideInDown animate__animated'>
|
||||
@@ -103,5 +103,5 @@ export default function ArticleDetail(props) {
|
||||
<Comment frontMatter={post} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ export const LayoutSlug = props => {
|
||||
|
||||
{!lock && <div id="container" className="overflow-x-auto flex-grow mx-auto md:w-full md:px-5 ">
|
||||
|
||||
<article itemScope itemType="https://schema.org/Movie" className="subpixel-antialiased" >
|
||||
<article itemScope itemType="https://schema.org/Movie" className="subpixel-antialiased scroll-hidden" >
|
||||
{/* Notion文章主体 */}
|
||||
<section id='notion-article' className='px-5 justify-center mx-auto max-w-2xl lg:max-w-full'>
|
||||
{post && <NotionPage post={post} />}
|
||||
|
||||
@@ -64,7 +64,7 @@ export const LayoutSlug = props => {
|
||||
</>}
|
||||
|
||||
<div className='lg:px-10 '>
|
||||
<article itemScope itemType="https://schema.org/Movie" className="subpixel-antialiased" >
|
||||
<article itemScope itemType="https://schema.org/Movie" className="subpixel-antialiased scroll-hidden" >
|
||||
{/* Notion文章主体 */}
|
||||
<section id='notion-article'
|
||||
data-aos-delay="200"
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function ArticleDetail(props) {
|
||||
|
||||
className="shadow md:hover:shadow-2xl overflow-x-auto flex-grow mx-auto w-screen md:w-full ">
|
||||
<div itemScope itemType="https://schema.org/Movie"
|
||||
className="subpixel-antialiased py-10 px-5 lg:pt-24 md:px-24 dark:border-gray-700 bg-white dark:bg-hexo-black-gray"
|
||||
className="subpixel-antialiased scroll-hidden py-10 px-5 lg:pt-24 md:px-24 dark:border-gray-700 bg-white dark:bg-hexo-black-gray"
|
||||
>
|
||||
|
||||
{showArticleInfo && <header className='animate__slideInDown animate__animated'>
|
||||
@@ -140,5 +140,5 @@ export default function ArticleDetail(props) {
|
||||
</div>
|
||||
|
||||
</div>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user