mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-28 07:26:57 +00:00
💅 样式颜色统一,布局优化
This commit is contained in:
@@ -3,11 +3,9 @@ import TopJumper from '@/components/TopJumper'
|
||||
import ShareButton from '@/components/ShareButton'
|
||||
|
||||
const RightWidget = ({ post }) => {
|
||||
return <div className='fixed right-0 lg:mr-72 bottom-10 flex justify-center'>
|
||||
<div className='flex-wrap'>
|
||||
<ShareButton post={post}/>
|
||||
<TopJumper/>
|
||||
</div>
|
||||
return <div className='flex-wrap'>
|
||||
<ShareButton post={post} />
|
||||
<TopJumper />
|
||||
</div>
|
||||
}
|
||||
export default RightWidget
|
||||
|
||||
Reference in New Issue
Block a user