make fs bg more vivid
This commit is contained in:
parent
70f02d38e0
commit
320a90e4b2
2 changed files with 1 additions and 2 deletions
|
@ -61,7 +61,6 @@ const lfm = {
|
||||||
},
|
},
|
||||||
|
|
||||||
scrobbleSong: async function (attributes) {
|
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))));
|
await new Promise(resolve => setTimeout(resolve, Math.round(attributes.durationInMillis * (app.cfg.get('lastfm.scrobble_after') / 100))));
|
||||||
const currentAttributes = app.media;
|
const currentAttributes = app.media;
|
||||||
|
|
||||||
|
|
|
@ -3697,7 +3697,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-artwork-container .bg-artwork {
|
.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{
|
.no-animation{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue