Update SpotifyControls.plugin.js

This commit is contained in:
Mirco Wittrien 2021-04-09 17:33:04 +02:00
parent 3a8c64e2bf
commit a55dfd87e0
1 changed files with 16 additions and 0 deletions

View File

@ -22,6 +22,7 @@ module.exports = (_ => {
}, },
"changeLog": { "changeLog": {
"improved": { "improved": {
"Minimal Mode": "Added a bit of support for BDs minimal mode",
"No Cover": "Added a placeholder for song without a cover image" "No Cover": "Added a placeholder for song without a cover image"
} }
} }
@ -610,6 +611,21 @@ module.exports = (_ => {
${BDFDB.dotCN._spotifycontrolssettingslabel} { ${BDFDB.dotCN._spotifycontrolssettingslabel} {
margin-left: 10px; margin-left: 10px;
} }
${BDFDB.dotCNS._bdminimalmode + BDFDB.dotCN._spotifycontrolsbar} {
height: 3px;
}
${BDFDB.dotCNS._bdminimalmode + BDFDB.dotCNS._spotifycontrolscontainer + BDFDB.dotCN.accountinfobutton} {
width: 26px;
height: 26px;
}
${BDFDB.dotCNS._bdminimalmode + BDFDB.dotCNS._spotifycontrolscontainer + BDFDB.dotCN.size14} {
font-size: 13px;
line-height: 13px;
}
${BDFDB.dotCNS._bdminimalmode + BDFDB.dotCNS._spotifycontrolscontainer + BDFDB.dotCN.size12} {
font-size: 11px;
line-height: 11px;
}
`; `;
} }