fix album list styling and add media list with uploadfilemodal

This commit is contained in:
wisplite
2025-11-23 00:05:01 -06:00
parent eb2691af75
commit f764e888d6
4 changed files with 209 additions and 1 deletions
@@ -49,7 +49,7 @@ export default function AlbumList({ currentAlbumName }) {
return () => { ignore = true; }
}, [currentAlbumName, open])
return (
<div className="flex flex-col items-center justify-start h-full w-full bg-[#141414]">
<div className="flex flex-col items-center justify-start h-min w-full bg-[#141414]">
<div className="flex flex-row items-center justify-between gap-2 w-full px-6 py-4">
<h1 className="text-xl font-bold text-white red-hat-mono">Albums</h1>
<PlusIcon className="w-6 h-6 cursor-pointer" color="white" onClick={() => setOpen(true)} />