fix(Sleek)

This commit is contained in:
harbassan 2021-08-21 19:33:38 +12:00
parent bc61341d53
commit 9d9561d29e

View File

@ -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;
}