mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
@@ -76,7 +76,7 @@ export const Blog = ({ posts }) => {
|
||||
{!coverImg && <p className='max-w-[370px] text-base text-body-color dark:text-dark-6 flex items-center justify-center duration-200 group-hover:text-white '>
|
||||
{item.summary}
|
||||
</p>}
|
||||
<LazyImage src={coverImg} className='absolute' />
|
||||
<LazyImage src={coverImg} className='absolute max-h-full object-cover' />
|
||||
</div>
|
||||
</div>
|
||||
{/* 内容部分 */}
|
||||
|
||||
@@ -75,7 +75,7 @@ export const Footer = ({ title }) => {
|
||||
<PoweredBy />
|
||||
</div>
|
||||
|
||||
<DarkModeButton className='text-white' />
|
||||
<DarkModeButton className='dark:text-white' />
|
||||
|
||||
<div className='flex justify-between items-center gap-x-2'>
|
||||
<div className='flex items-center gap-x-4'>
|
||||
|
||||
Reference in New Issue
Block a user