mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-24 23:16:52 +00:00
bugfix:
二维码溢出; 移动端边距; 详情页标签; 文章分类页hover颜色;
This commit is contained in:
@@ -24,8 +24,8 @@ const RewardButton = () => {
|
||||
</div>
|
||||
|
||||
<div id='reward-qrcode' className='hidden flex space-x-10 animate__animated animate__fadeIn duration-200 my-5 px-5 mx-auto py-6 justify-center bg-white dark:bg-black dark:text-gray-200'>
|
||||
<img className='md:w-72' src='/reward_code_alipay.png' />
|
||||
<img className='md:w-72' src='/reward_code_wechat.png' />
|
||||
<div><img className='md:w-72' src='/reward_code_alipay.png' /></div>
|
||||
<div><img className='md:w-72' src='/reward_code_wechat.png' /></div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user