From de19903ec187e8e64723dde4ed09650e80f0ddc6 Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Sat, 5 Apr 2025 10:09:54 +0100 Subject: [PATCH] Fixing layouts --- frontend/src/app/album/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/album/page.tsx b/frontend/src/app/album/page.tsx index e463f50..41665c0 100644 --- a/frontend/src/app/album/page.tsx +++ b/frontend/src/app/album/page.tsx @@ -39,6 +39,7 @@ export default function Page() { Title Artist Genre + Controls @@ -57,6 +58,7 @@ export default function Page() { {album.genre} + ))} @@ -64,13 +66,13 @@ export default function Page() {
- +
- +
- +