mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
衬线和无衬线字体配置
This commit is contained in:
@@ -55,7 +55,7 @@ export function DebugPanel () {
|
||||
<div
|
||||
className={` ${
|
||||
show ? 'shadow-card' : '-right-96'
|
||||
} w-96 overflow-y-scroll font-sans h-full p-5 bg-white fixed right-0 bottom-0 z-50 duration-200`}
|
||||
} w-96 overflow-y-scroll h-full p-5 bg-white fixed right-0 bottom-0 z-50 duration-200`}
|
||||
>
|
||||
<div className="flex space-x-1 my-12">
|
||||
<Select
|
||||
|
||||
@@ -29,7 +29,7 @@ const ExampleRecentComments = (props) => {
|
||||
<div className='dark:text-gray-400 text-gray-400 font-sans text-sm text-right cursor-pointer hover:text-red-500 hover:underline pt-1'><Link href={{ pathname: comment.url, hash: comment.objectId, query: { target: 'comment' } }}>--{comment.nick}</Link></div>
|
||||
</div>)}
|
||||
|
||||
</>;
|
||||
</>
|
||||
}
|
||||
|
||||
export default ExampleRecentComments
|
||||
|
||||
@@ -39,13 +39,13 @@ function GroupMenu ({ customNav }) {
|
||||
{link.slot}
|
||||
|
||||
</Link>
|
||||
);
|
||||
)
|
||||
} else {
|
||||
return null
|
||||
}
|
||||
})}
|
||||
</nav>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
export default GroupMenu
|
||||
|
||||
@@ -42,12 +42,12 @@ const MenuButtonGroup = (props) => {
|
||||
{link.slot}
|
||||
|
||||
</Link>
|
||||
);
|
||||
)
|
||||
} else {
|
||||
return <></>
|
||||
}
|
||||
})}
|
||||
</nav>
|
||||
);
|
||||
)
|
||||
}
|
||||
export default MenuButtonGroup
|
||||
|
||||
@@ -29,7 +29,7 @@ const NextRecentComments = (props) => {
|
||||
<div className='dark:text-gray-400 text-gray-400 font-sans text-sm text-right cursor-pointer hover:text-red-500 hover:underline pt-1'><Link href={{ pathname: comment.url, hash: comment.objectId, query: { target: 'comment' } } }>--{comment.nick}</Link></div>
|
||||
</div>)}
|
||||
|
||||
</>;
|
||||
</>
|
||||
}
|
||||
|
||||
export default NextRecentComments
|
||||
|
||||
@@ -29,7 +29,7 @@ const ExampleRecentComments = (props) => {
|
||||
<div className='dark:text-gray-400 text-gray-400 font-sans text-sm text-right cursor-pointer hover:text-red-500 hover:underline pt-1'><Link href={{ pathname: comment.url, hash: comment.objectId, query: { target: 'comment' } }}>--{comment.nick}</Link></div>
|
||||
</div>)}
|
||||
|
||||
</>;
|
||||
</>
|
||||
}
|
||||
|
||||
export default ExampleRecentComments
|
||||
|
||||
Reference in New Issue
Block a user