fukasawa主题微调

This commit is contained in:
tangly1024
2023-07-05 23:00:34 +08:00
parent 378a22a6c8
commit 2a2c6eb10d
8 changed files with 59 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ const TocDrawer = ({ post, cRef }) => {
changeTocVisible(!tocVisible)
}
return <>
<div id='gitbook-toc-float' className='fixed top-0 right-0 z-40'>
<div id='gitbook-toc-float' className='fixed top-0 right-0 z-40 md:hidden'>
{/* 侧边菜单 */}
<div
className={(tocVisible ? 'animate__slideInRight ' : ' -mr-72 animate__slideOutRight') +

View File

@@ -49,7 +49,7 @@ export default function TopNavBar(props) {
</Collapse>
{/* 导航栏菜单 */}
<div className='flex w-full h-14 shadow bg-white dark:bg-hexo-black-gray px-7 items-between'>
<div className='flex w-full h-14 shadow glassmorphism bg-white dark:bg-hexo-black-gray px-7 items-between'>
{/* 左侧图标Logo */}
<LogoBar {...props} />