mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +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'>
|
||||
|
||||
<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}/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user