mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 07:26:46 +00:00
theme-simple search
This commit is contained in:
@@ -38,7 +38,7 @@ const LayoutBase = props => {
|
||||
|
||||
{/* <Title {...props} /> */}
|
||||
|
||||
<div className={(BLOG.LAYOUT_SIDEBAR_REVERSE ? 'flex-row-reverse' : '') + 'w-full relative container mx-auto justify-start md:flex items-start pt-12 px-2'}>
|
||||
<div className={(BLOG.LAYOUT_SIDEBAR_REVERSE ? 'flex-row-reverse' : '') + ' w-full relative container mx-auto justify-start md:flex items-start pt-12 px-2'}>
|
||||
|
||||
<div className='w-full max-w-6xl'>{children}</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user