mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +08:00
fix: links position on mobile
This commit is contained in:
parent
6078c9f3e4
commit
5138a054f0
@ -47,7 +47,7 @@ function Header() {
|
|||||||
return (
|
return (
|
||||||
<div className="mx-auto w-full max-w-5xl">
|
<div className="mx-auto w-full max-w-5xl">
|
||||||
<section className="flex items-center justify-between">
|
<section className="flex items-center justify-between">
|
||||||
<section onClick={() => navigate("/")} className="cursor-pointer flex items-center text-base font-medium">
|
<section onClick={() => navigate("/")} className="cursor-pointer flex items-center sm:text-base text-sm font-medium">
|
||||||
<div className="mr-1 flex flex-row items-center justify-start">
|
<div className="mr-1 flex flex-row items-center justify-start">
|
||||||
<img
|
<img
|
||||||
width={40}
|
width={40}
|
||||||
@ -70,7 +70,7 @@ function Header() {
|
|||||||
<ModeToggle />
|
<ModeToggle />
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<div className="w-full justify-items-end sm:hidden mt-1">
|
<div className="w-full flex justify-end sm:hidden mt-1">
|
||||||
<Links />
|
<Links />
|
||||||
</div>
|
</div>
|
||||||
<Overview />
|
<Overview />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user