• Styling updates

• Added entries for future themes
This commit is contained in:
nutty
2026-06-30 01:02:04 +10:00
parent 819d3c2fd3
commit 534a328edf
9 changed files with 484 additions and 53 deletions
+8 -8
View File
@@ -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();
// });