mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
chore: p-0 for nav menu
This commit is contained in:
parent
cc78d4e2b1
commit
d908776bf9
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user