From bb860044dde027e92c6c4ce11480f1a00de5a06f Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Sun, 12 Apr 2026 22:12:57 +0200 Subject: [PATCH] feat: redesign player bar (solid dark bg, seek bar, proper nav stacking) --- src/components/layout/Layout.tsx | 2 +- src/components/layout/MobileNav.tsx | 10 +-- src/components/layout/PlayerBar.tsx | 128 +++++++++++++++------------- src/index.css | 22 +++-- 4 files changed, 91 insertions(+), 71 deletions(-) diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index ae76c49..b016403 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -13,7 +13,7 @@ export function Layout() {
-
+
diff --git a/src/components/layout/MobileNav.tsx b/src/components/layout/MobileNav.tsx index 8b82758..d286e59 100644 --- a/src/components/layout/MobileNav.tsx +++ b/src/components/layout/MobileNav.tsx @@ -22,26 +22,24 @@ export function MobileNav() { return (