Update SpotifyControls.plugin.js

This commit is contained in:
Mirco Wittrien 2023-04-14 17:40:23 +02:00
parent db00b49e4b
commit 28bac6078a
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @name SpotifyControls
* @author DevilBro
* @authorId 278543574059057154
* @version 1.3.2
* @version 1.3.3
* @description Adds a Control Panel while listening to Spotify on a connected Account
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -479,11 +479,18 @@ module.exports = (_ => {
justify-content: center;
min-height: 52px;
margin-bottom: 1px;
background: var(--background-secondary-alt);
border-bottom: 1px solid var(--background-modifier-accent);
padding: 0 8px;
box-sizing: border-box;
order: -1;
}
${BDFDB.dotCN.themelight + BDFDB.dotCNS.themecustombackground + BDFDB.dotCN._spotifycontrolscontainer} {
background: var(--bg-overlay-3,var(--background-secondary-alt));
}
${BDFDB.dotCN.themedark + BDFDB.dotCNS.themecustombackground + BDFDB.dotCN._spotifycontrolscontainer} {
background: var(--bg-overlay-1,var(--background-secondary-alt));
}
${BDFDB.dotCN._spotifycontrolscontainer + BDFDB.dotCN._spotifycontrolscontainerwithtimeline} {
padding-top: 8px;
}