Adjust navbar layout for large screen (#8087)
This commit is contained in:
parent
51302d516e
commit
4136f5e7e3
|
|
@ -42,7 +42,7 @@ function Navbar() {
|
||||||
<Image height={18} unoptimized width={18} alt="logo" src="/ProxmoxVE/logo.png" className="" />
|
<Image height={18} unoptimized width={18} alt="logo" src="/ProxmoxVE/logo.png" className="" />
|
||||||
<span className="">Proxmox VE Helper-Scripts</span>
|
<span className="">Proxmox VE Helper-Scripts</span>
|
||||||
</Link>
|
</Link>
|
||||||
<div className="flex items-center justify-between gap-2 w-full">
|
<div className="flex items-center justify-between sm:justify-end gap-2 w-full">
|
||||||
<div className="flex sm:hidden">
|
<div className="flex sm:hidden">
|
||||||
<Suspense>
|
<Suspense>
|
||||||
<MobileSidebar />
|
<MobileSidebar />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user