mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added "Simple" theme
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user