mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Merge pull request #1325 from tangly1024/fix/heo-navbar-menu-overflow
heo fix 隐藏移动端的深色按钮
This commit is contained in:
@@ -146,7 +146,7 @@ const NavBar = props => {
|
||||
<div className='flex flex-shrink-0 justify-center items-center space-x-1'>
|
||||
<RandomPostButton {...props} />
|
||||
<SearchButton />
|
||||
{!JSON.parse(BLOG.THEME_SWITCH) && <DarkModeButton {...props} />}
|
||||
{!JSON.parse(BLOG.THEME_SWITCH) && <div className='hidden md:block'><DarkModeButton {...props} /></div>}
|
||||
<ReadingProgress />
|
||||
|
||||
{/* 移动端菜单按钮 */}
|
||||
|
||||
Reference in New Issue
Block a user