chore: p-0 for nav menu

This commit is contained in:
Zephyruso 2023-09-05 21:27:31 +08:00
parent cc78d4e2b1
commit d908776bf9

View File

@ -162,7 +162,7 @@ export const Header = () => {
<Show when={location.pathname !== ROUTES.Setup}>
<div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal menu-lg gap-2">
<ul class="menu menu-horizontal menu-lg gap-2 p-0">
<For each={navs()}>
{({ href, name, icon }) => (
<Nav href={href} tooltip={name}>