Merge pull request #509 from harbassan/master

fix(Sleek): minor bug fix
This commit is contained in:
morpheusthewhite 2021-08-22 16:51:23 +02:00 committed by GitHub
commit d62f98bf81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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