mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 23:16:48 +00:00
微调组件,首页和博客页分离
This commit is contained in:
@@ -14,7 +14,7 @@ const TopNav = ({ tags, currentTag, post }) => {
|
||||
<Drawer post={post} currentTag={currentTag} cRef={drawer} />
|
||||
|
||||
<div id='sticky-nav'
|
||||
className='transform xl:mt-0 duration-500 bg-white dark:bg-gray-800 border-b dark:border-gray-700'>
|
||||
className='transform 2xl:mt-0 duration-500 bg-white dark:bg-gray-800 border-b dark:border-gray-700'>
|
||||
{/* 导航栏 */}
|
||||
<div
|
||||
className=' text-sm m-auto w-full flex flex-row justify-between items-center px-4 py-2 shadow-md '
|
||||
|
||||
Reference in New Issue
Block a user