Update proxmox-dashboard.tsx

This commit is contained in:
MacRimi
2025-10-15 20:35:10 +02:00
parent daf6598599
commit fb4962a41a

View File

@@ -206,6 +206,7 @@ export function ProxmoxDashboard() {
<header className="border-b border-border bg-card sticky top-0 z-50 shadow-sm"> <header className="border-b border-border bg-card sticky top-0 z-50 shadow-sm">
<div className="container mx-auto px-4 md:px-6 py-4 md:py-4"> <div className="container mx-auto px-4 md:px-6 py-4 md:py-4">
{/* Logo and Title */}
<div className="flex items-center justify-between gap-3"> <div className="flex items-center justify-between gap-3">
{/* Logo and Title */} {/* Logo and Title */}
<div className="flex items-center space-x-2 md:space-x-3 min-w-0"> <div className="flex items-center space-x-2 md:space-x-3 min-w-0">