mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 23:16:52 +00:00
gitbook footer
This commit is contained in:
@@ -13,9 +13,9 @@ const Footer = ({ siteInfo }) => {
|
||||
|
||||
return (
|
||||
<footer
|
||||
className='z-10 bg:white dark:bg-hexo-black-gray justify-center text-center w-full text-sm relative'
|
||||
className='z-20 py-2 bg:white dark:bg-hexo-black-gray justify-center text-center w-full text-sm relative'
|
||||
>
|
||||
<hr className='py-2' />
|
||||
<hr className='pb-2' />
|
||||
|
||||
<div className='flex justify-center'>
|
||||
<div><i className='mx-1 animate-pulse fas fa-heart' /> <a href={BLOG.LINK} className='underline font-bold text-gray-500 dark:text-gray-300 '>{BLOG.AUTHOR}</a>.<br /></div>
|
||||
|
||||
@@ -16,7 +16,7 @@ const PageNavDrawer = (props) => {
|
||||
}
|
||||
|
||||
return <>
|
||||
<div id='gitbook-left-float' className='fixed top-0 left-0 z-40'>
|
||||
<div id='gitbook-left-float' className='fixed top-0 left-0 z-40 md:hidden'>
|
||||
{/* 侧边菜单 */}
|
||||
<div
|
||||
className={(pageNavVisible ? 'animate__slideInLeft ' : '-ml-80 animate__slideOutLeft') +
|
||||
|
||||
Reference in New Issue
Block a user