From 7118f170761f1fc99b88e7d1696cebe49f799951 Mon Sep 17 00:00:00 2001 From: Lorem Date: Tue, 21 Jun 2022 15:20:02 -0400 Subject: [PATCH] Update _sidebars.scss --- src/_sidebars.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/_sidebars.scss b/src/_sidebars.scss index 5324651..68f7f52 100644 --- a/src/_sidebars.scss +++ b/src/_sidebars.scss @@ -89,3 +89,27 @@ .buttonIcon-2Zsrs2.withText-2iJppd { margin-right: 0px; } + +/* Spotify Plugin */ +.powercord-spotify{ + margin-bottom: 10px; + .spotify-extra-controls{ + pointer-events: initial; + height: 32px; + opacity: 1; + } + .spotify-seek{ + margin-top: 3px !important; + margin-right: 10px; + .spotify-seek-bar{ + height: 4px; + .spotify-seek-bar-progress{ + border-radius: 5px; + } + } + .spotify-seek-elements{ + height: 12px; + opacity: 1; + } + } +} \ No newline at end of file