博客列表顶部边距;
悬浮百分比负数异常;
标签文字不换行;
背景色不当;
This commit is contained in:
tangly
2021-11-07 09:21:34 +08:00
parent 60c3b652f9
commit e3423f9768
5 changed files with 13 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ const BlogPostListScroll = ({ posts = [], tags, currentSearch, currentCategory,
if (!postsToShow || postsToShow.length === 0) {
return <BlogPostListEmpty currentSearch={currentSearch}/>
} else {
return <div id='post-list-wrapper' className='mt-20 mx-2 md:mx-20' ref={targetRef}>
return <div id='post-list-wrapper' className='mt-20 mx-2 pt-10 md:mx-20' ref={targetRef}>
{currentCategory && (
<div className='w-full p-1 bg-gray-100 dark:bg-gray-700'>