mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 15:10:37 +00:00
hexo header
This commit is contained in:
@@ -144,11 +144,9 @@ const Header = props => {
|
||||
${fixedNav ? 'fixed' : 'relative bg-transparent'}
|
||||
${textWhite ? 'text-white ' : 'text-black dark:text-white'}
|
||||
${navBgWhite ? 'bg-white dark:bg-[#18171d] shadow' : 'bg-transparent'}`}>
|
||||
<div className='flex h-full mx-auto justify-between items-center max-w-[86rem] px-8'>
|
||||
<div className='flex h-full mx-auto justify-between items-center max-w-[86rem] px-6'>
|
||||
{/* 左侧logo */}
|
||||
<div className='flex'>
|
||||
<Logo {...props} />
|
||||
</div>
|
||||
<Logo {...props} />
|
||||
|
||||
{/* 中间菜单 */}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user