mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 23:16:52 +00:00
Medium 适配夜间模式
This commit is contained in:
@@ -23,7 +23,7 @@ const LayoutBase = props => {
|
||||
const router = useRouter()
|
||||
|
||||
return (
|
||||
<div className='bg-white w-full h-full min-h-screen justify-center'>
|
||||
<div className='bg-white dark:bg-gray-800 w-full h-full min-h-screen justify-center dark:text-gray-300'>
|
||||
<CommonHead meta={meta} />
|
||||
<main id='wrapper' className='flex justify-between w-full h-full mx-auto'>
|
||||
{/* 桌面端左侧菜单 */}
|
||||
@@ -39,7 +39,7 @@ const LayoutBase = props => {
|
||||
</div>
|
||||
|
||||
{/* 桌面端右侧 */}
|
||||
<div className='hidden xl:block border-l w-96'>
|
||||
<div className='hidden xl:block border-l dark:border-gray-500 w-96'>
|
||||
<Tabs className='py-14 px-6 sticky top-0'>
|
||||
{slotRight}
|
||||
<div key={locale.NAV.ABOUT}>
|
||||
|
||||
Reference in New Issue
Block a user