mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
• Removed all references to 'SetAlbumArtSize()'
• Added progress info to Simple theme
This commit is contained in:
@@ -99,12 +99,4 @@ function SetProgressInfo(timelineProps, currentPositionMs, accentColorPalette) {
|
||||
progressPercent = Math.min(100, Math.max(0, progressPercent));
|
||||
progressBarFill.style.width = `${progressPercent}%`;
|
||||
progressBarFill.style.setProperty('--accent-color', accentColorPalette.LightVibrant);
|
||||
}
|
||||
|
||||
function SetAlbumArtSize() {
|
||||
// const height = songInfoContainer.offsetHeight;
|
||||
albumArtContainer.style.height = `100%`;
|
||||
// albumArtContainer.style.width = `100%`;
|
||||
}
|
||||
|
||||
SetAlbumArtSize();
|
||||
}
|
||||
Reference in New Issue
Block a user