From 28bac6078a88d019823acc6077b090fcaf13cd17 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 14 Apr 2023 17:40:23 +0200 Subject: [PATCH] Update SpotifyControls.plugin.js --- Plugins/SpotifyControls/SpotifyControls.plugin.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Plugins/SpotifyControls/SpotifyControls.plugin.js b/Plugins/SpotifyControls/SpotifyControls.plugin.js index 4a20f9cc51..0631400923 100644 --- a/Plugins/SpotifyControls/SpotifyControls.plugin.js +++ b/Plugins/SpotifyControls/SpotifyControls.plugin.js @@ -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; }