mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 23:16:52 +00:00
theme-game-logo-height
This commit is contained in:
@@ -10,7 +10,7 @@ export default function Header(props) {
|
|||||||
const { setSideBarVisible } = useGameGlobal()
|
const { setSideBarVisible } = useGameGlobal()
|
||||||
return (
|
return (
|
||||||
<header className='z-20'>
|
<header className='z-20'>
|
||||||
<div className='w-full h-16 rounded-md bg-white shadow-md hover:shadow-xl transition-shadow duration-200 dark:bg-[#1F2030] flex justify-between items-center px-4'>
|
<div className='w-full py-2 rounded-md bg-white shadow-md hover:shadow-xl transition-shadow duration-200 dark:bg-[#1F2030] flex justify-between items-center px-4'>
|
||||||
<Logo siteInfo={siteInfo} />
|
<Logo siteInfo={siteInfo} />
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user