mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
• Styling updates
• Added entries for future themes
This commit is contained in:
@@ -193,12 +193,12 @@ async function ChangeTrack(mediaProps, tintColor) {
|
||||
}, 250);
|
||||
}
|
||||
|
||||
function SetAlbumArtSize() {
|
||||
const height = songInfoContainer.offsetHeight;
|
||||
albumArtContainer.style.height = `${height}px`;
|
||||
albumArtContainer.style.width = `${height}px`;
|
||||
}
|
||||
// function SetAlbumArtSize() {
|
||||
// const height = songInfoContainer.offsetHeight;
|
||||
// albumArtContainer.style.height = `${height}px`;
|
||||
// albumArtContainer.style.width = `${height}px`;
|
||||
// }
|
||||
|
||||
requestAnimationFrame(() => {
|
||||
SetAlbumArtSize();
|
||||
});
|
||||
// requestAnimationFrame(() => {
|
||||
// SetAlbumArtSize();
|
||||
// });
|
||||
Reference in New Issue
Block a user