This commit is contained in:
tangly1024
2022-01-02 11:08:13 +08:00
parent b06b72983f
commit acea5fb822
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ const SideAreaLeft = ({ title, tags, currentTag, post, posts, categories, curren
const postCount = posts?.length || 0
return <>
<section className='sticky top-16 w-60'>
<section className='sticky top-8 w-60'>
{/* 菜单 */}
<section className='shadow hidden lg:block mb-5 py-4 bg-white dark:bg-gray-800 hover:shadow-xl duration-200'>