From 9d9561d29ef5a92cf8d5d5c5d4f833acd6207f2e Mon Sep 17 00:00:00 2001 From: harbassan Date: Sat, 21 Aug 2021 19:33:38 +1200 Subject: [PATCH] fix(Sleek) --- Sleek/user.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Sleek/user.css b/Sleek/user.css index 6dff5d5..0b72bdb 100644 --- a/Sleek/user.css +++ b/Sleek/user.css @@ -559,6 +559,10 @@ p.main-buddyFeed-timestamp.main-type-finale, background-color: var(--spice-button); } +.main-button-primary { + color: white !important; +} + .playlist-inlineSearchBox-searchIcon { fill: var(--spice-text) !important; } @@ -606,3 +610,9 @@ span.artist-artistVerifiedBadge-badge path:last-child { .main-entityHeader-shadow { box-shadow: 0 5px 10px rgba(var(--spice-rgb-shadow), 0.5) !important; } + +/* Shift sidebar when connect bar is visible */ + +body.qualaroo--connect-bar-visible .playback-bar { + bottom: 107px; +} \ No newline at end of file