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 (
|
||||
<div className="mx-auto w-full max-w-5xl">
|
||||
<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">
|
||||
<img
|
||||
width={40}
|
||||
@@ -70,7 +70,7 @@ function Header() {
|
||||
<ModeToggle />
|
||||
</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 />
|
||||
</div>
|
||||
<Overview />
|
||||
|
||||
Reference in New Issue
Block a user