make fs bg more vivid

This commit is contained in:
vapormusic 2022-01-12 21:13:59 +07:00
parent 70f02d38e0
commit 320a90e4b2
2 changed files with 1 additions and 2 deletions

View file

@ -61,7 +61,6 @@ const lfm = {
},
scrobbleSong: async function (attributes) {
console.log((app.cfg.get('lastfm.scrobble_after') / 100))
await new Promise(resolve => setTimeout(resolve, Math.round(attributes.durationInMillis * (app.cfg.get('lastfm.scrobble_after') / 100))));
const currentAttributes = app.media;

View file

@ -3697,7 +3697,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
}
.bg-artwork-container .bg-artwork {
filter: brightness(80%) saturate(69%) blur(180px) contrast(0.8) opacity(0.8);
filter: brightness(85%) saturate(95%) blur(180px) contrast(0.9) opacity(0.9);
}
.no-animation{