cleanup and start work on player page

This commit is contained in:
Lee
2024-09-09 09:24:16 +01:00
parent 527d18a422
commit b7ec3ebe0e
8 changed files with 195 additions and 140 deletions

View File

@ -30,7 +30,7 @@ const renderNavbarItem = (item: NavbarItem) => (
export default function Navbar() {
return (
<div className="p-2">
<div className="w-full py-2">
<div className="px-2 h-10 rounded-md items-center flex justify-between bg-secondary">
{/* Left-aligned items */}
<div className="flex items-center gap-2">