Skip to content

Commit 4136f5e

Browse files
authored
Adjust navbar layout for large screen (#8087)
1 parent 51302d5 commit 4136f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function Navbar() {
4242
<Image height={18} unoptimized width={18} alt="logo" src="/ProxmoxVE/logo.png" className="" />
4343
<span className="">Proxmox VE Helper-Scripts</span>
4444
</Link>
45-
<div className="flex items-center justify-between gap-2 w-full">
45+
<div className="flex items-center justify-between sm:justify-end gap-2 w-full">
4646
<div className="flex sm:hidden">
4747
<Suspense>
4848
<MobileSidebar />

0 commit comments

Comments
 (0)