theme-game-logo-height

This commit is contained in:
tangly1024.com
2024-04-12 17:47:55 +08:00
parent 7bfaebdf75
commit c91a2e06b8

View File

@@ -10,7 +10,7 @@ export default function Header(props) {
const { setSideBarVisible } = useGameGlobal()
return (
<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} />
<button