mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 23:16:51 +00:00
Hexo 样式微调
This commit is contained in:
@@ -23,7 +23,7 @@ export default function SideRight (props) {
|
||||
showTag
|
||||
} = props
|
||||
return (
|
||||
<div className='w-72 space-y-4 hidden lg:block'>
|
||||
<div className='w-96 space-y-4 hidden lg:block'>
|
||||
<Card>
|
||||
<div
|
||||
className='justify-center items-center flex hover:rotate-45 py-6 hover:scale-105 transform duration-200 cursor-pointer'
|
||||
|
||||
@@ -91,7 +91,7 @@ const TopNav = ({ tags, currentTag, categories, currentCategory, postCount }) =>
|
||||
|
||||
{/* 导航栏 */}
|
||||
<div id='sticky-nav' className={`${CONFIG_HEXO.NAV_TYPE !== 'normal' ? 'fixed bg-white' : ' bg-none -mb-10'} bg-opacity-70 text-black w-full top-0 z-20 transform duration-500 font-sans`}>
|
||||
<div className='w-full flex justify-between items-center px-4 py-2 shadow-md'>
|
||||
<div className='w-full flex justify-between items-center px-4 py-2 shad'>
|
||||
<div className='flex'>
|
||||
<Logo/>
|
||||
</div>
|
||||
@@ -104,7 +104,7 @@ const TopNav = ({ tags, currentTag, categories, currentCategory, postCount }) =>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Collapse isOpen={isOpen} className='shadow-xl'>
|
||||
<Collapse isOpen={isOpen} className='shadow-xl rounded-b-xl'>
|
||||
<div className='bg-white pt-1 py-2 px-5'>
|
||||
<MenuButtonGroup postCount={postCount}/>
|
||||
<SearchInput/>
|
||||
|
||||
Reference in New Issue
Block a user