mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-04 04:30:07 +00:00
fix: links position on mobile
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user