change album art type
This commit is contained in:
parent
2bc48b868c
commit
5fc82a8bc7
2 changed files with 3 additions and 1 deletions
|
@ -227,7 +227,7 @@ const app = new Vue({
|
|||
}
|
||||
},
|
||||
getMediaItemArtwork(url, size = 64) {
|
||||
return `url("${url.replace('{w}', size).replace('{h}', size).replace('{f}', "webp").replace('{c}', "bb")}")`;
|
||||
return `url("${url.replace('{w}', size).replace('{h}', size).replace('{f}', "webp").replace('{c}', "cc")}")`;
|
||||
},
|
||||
getNowPlayingArtworkBG(size = 600) {
|
||||
if(!this.mkReady()) {
|
||||
|
|
|
@ -542,12 +542,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
font-weight: 600;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
max-lines: 1;
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .app-playback-controls .song-artist {
|
||||
font-weight: 400;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
max-lines: 1;
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .app-playback-controls .song-progress {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue