mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Adjust navbar layout for large screen (#8087)
This commit is contained in:
parent
51302d516e
commit
4136f5e7e3
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function Navbar() {
|
|||
<Image height={18} unoptimized width={18} alt="logo" src="/ProxmoxVE/logo.png" className="" />
|
||||
<span className="">Proxmox VE Helper-Scripts</span>
|
||||
</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">
|
||||
<Suspense>
|
||||
<MobileSidebar />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue