Update date picker, mobile styling

This commit is contained in:
2025-07-16 03:27:56 -04:00
parent 76711d2c10
commit c6fa9c4ac1
41 changed files with 3522 additions and 1431 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default function DashboardLayout({
children: React.ReactNode;
}) {
return (
<div className="bg-cosmic-gradient bg-nebula-overlay relative min-h-screen">
<div className="floating-orbs relative min-h-screen">
<Navbar />
<Sidebar />
{/* Mobile layout - no left margin */}