mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
@@ -67,9 +67,7 @@ const LayoutBase = props => {
|
||||
<div className="w-full">
|
||||
{onLoading ? <LoadingCover /> : children}
|
||||
</div>
|
||||
<div className='xl:w-96 xl:pt-0 xl:px-2 pt-4'>
|
||||
<SideRight {...props} slot={rightAreaSlot} />
|
||||
</div>
|
||||
<SideRight {...props} slot={rightAreaSlot} />
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ export default function SideRight(props) {
|
||||
} = props
|
||||
|
||||
return (
|
||||
<div className={'space-y-4'}>
|
||||
<div className={'space-y-4 xl:w-96 xl:pt-0 xl:px-2 pt-4'}>
|
||||
<InfoCard {...props} />
|
||||
{CONFIG_HEXO.WIDGET_ANALYTICS && <AnalyticsCard {...props} />}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user