Skip to content

Commit

Permalink
Magzine主题样式微调
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jan 26, 2025
1 parent 67a750a commit eff5b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/magzine/components/ArticleInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
)}
Expand Down
2 changes: 1 addition & 1 deletion themes/magzine/components/PostItemCardTop.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
)}
Expand Down

0 comments on commit eff5b4c

Please sign in to comment.