mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 23:16:52 +00:00
live2d bug
This commit is contained in:
@@ -28,7 +28,11 @@ const LayoutBase = props => {
|
|||||||
{/* 内容主体 */}
|
{/* 内容主体 */}
|
||||||
<main id="wrapper" className="flex justify-center flex-1 pb-12">
|
<main id="wrapper" className="flex justify-center flex-1 pb-12">
|
||||||
<div className="max-w-4xl px-3">{children}</div>
|
<div className="max-w-4xl px-3">{children}</div>
|
||||||
<div><Live2D/></div>
|
<div >
|
||||||
|
<div className='sticky top-0 z-40'>
|
||||||
|
<Live2D/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer
|
<footer
|
||||||
className='font-sans dark:bg-gray-900 flex-shrink-0 justify-center text-center m-auto w-full leading-6 text-sm p-6'
|
className='font-sans dark:bg-gray-900 flex-shrink-0 justify-center text-center m-auto w-full leading-6 text-sm p-6'
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ function AsideLeft (props) {
|
|||||||
<section className='sticky top-0 pt-12'>
|
<section className='sticky top-0 pt-12'>
|
||||||
<Catalog toc={post?.toc}/>
|
<Catalog toc={post?.toc}/>
|
||||||
<div className='flex justify-center'>
|
<div className='flex justify-center'>
|
||||||
{slot}
|
<div>{slot}</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user