mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Magzine主题样式微调
This commit is contained in:
@@ -15,7 +15,7 @@ export default function ArticleInfo(props) {
|
||||
return (
|
||||
<>
|
||||
<div className='flex flex-col gap-y-4 py-4 px-2 lg:px-0'>
|
||||
<div className='flex justify-center items-center'>
|
||||
<div className='flex justify-center items-center space-x-1'>
|
||||
{siteConfig('MAGZINE_POST_LIST_CATEGORY') && (
|
||||
<CategoryItem category={post?.category} />
|
||||
)}
|
||||
|
||||
@@ -45,7 +45,7 @@ const PostItemCardTop = ({ post, showSummary }) => {
|
||||
</Link>
|
||||
)}
|
||||
|
||||
<div className='flex py-2 mr-2 items-center'>
|
||||
<div className='flex py-2 space-x-1 items-center'>
|
||||
{siteConfig('MAGZINE_POST_LIST_CATEGORY') && (
|
||||
<CategoryItem category={post?.category} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user