移动端隐藏顶黑条

This commit is contained in:
tangly1024
2022-01-05 10:18:11 +08:00
parent 88fb379265
commit d359d34f44

View File

@@ -53,7 +53,7 @@ const BaseLayout = ({
<>{headerSlot}</>
<div className='h-0.5 w-full bg-gray-700 dark:bg-gray-600'></div>
<div className='h-0.5 w-full bg-gray-700 dark:bg-gray-600 hidden lg:block'></div>
<main id='wrapper' className='flex justify-center flex-1 mx-auto pb-12'>
<SideAreaLeft targetRef={targetRef} post={post} posts={totalPosts} tags={tags} currentSearch={currentSearch} currentTag={currentTag} categories={categories} currentCategory={currentCategory}/>