Merge branch 'theme-hexo'

This commit is contained in:
tangly1024
2022-02-20 12:04:08 +08:00
3 changed files with 6 additions and 6 deletions

View File

@@ -44,9 +44,9 @@ const LayoutBase = (props) => {
{headerSlot}
<main id='wrapper' className='mt-12 lg:mt-0 flex w-full justify-center py-8 min-h-screen'>
<main id='wrapper' className='flex w-full justify-center py-8 min-h-screen'>
<div id='container-inner' className='w-full mx-auto flex justify-between space-x-4 max-w-6xl'>
<div id='container-inner' className='pt-14 w-full mx-auto flex justify-between space-x-4 max-w-6xl'>
<div className='flex-grow w-full'>{children}</div>
<SideRight {...props}/>
</div>

View File

@@ -92,8 +92,8 @@ const TopNav = ({ tags, currentTag, categories, currentCategory, postCount }) =>
<SearchDrawer cRef={searchDrawer} slot={searchDrawerSlot}/>
{/* 导航栏 */}
<div id='sticky-nav' className={`${CONFIG_HEXO.NAV_TYPE !== 'normal' ? 'fixed' : ''} bg-white 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 p-4 shadow-md'>
<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='flex'>
<Logo/>
</div>

View File

@@ -3,7 +3,7 @@
*/
// export * from './Empty' // 空主题
export * from './NEXT'
// export * from './NEXT'
// export * from './Fukasawa'
// export * from './Hexo'
export * from './Hexo'
// export * from './Medium'