Added "Simple" theme

This commit is contained in:
nutty
2026-06-27 04:51:28 +10:00
parent b1e6cb5d75
commit a4e78595bd
7 changed files with 441 additions and 5 deletions
+4 -1
View File
@@ -30,7 +30,10 @@ const durationLabel = document.getElementById('duration');
// PAGE SETUP //
////////////////
mainWrapper.style.width = `${width}px`;
if (maxWidth > 0)
mainWrapper.style.width = `${maxWidth}px`;
else
mainWrapper.style.width = `100%`;
// Set album art style
switch (albumArt)