mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 15:10:39 +00:00
fix: 侧边栏宽度
This commit is contained in:
@@ -47,7 +47,7 @@ const LayoutBase = (props) => {
|
|||||||
<main id='wrapper' className='mt-12 lg:mt-0 flex w-full justify-center py-8 min-h-screen'>
|
<main id='wrapper' className='mt-12 lg:mt-0 flex w-full justify-center py-8 min-h-screen'>
|
||||||
|
|
||||||
<div id='container-inner' className='w-full mx-auto flex justify-between space-x-4 max-w-6xl'>
|
<div id='container-inner' className='w-full mx-auto flex justify-between space-x-4 max-w-6xl'>
|
||||||
<div className='w-full'>{children}</div>
|
<div className='flex-grow'>{children}</div>
|
||||||
<SideRight {...props}/>
|
<SideRight {...props}/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user