mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
Merge pull request #509 from harbassan/master
fix(Sleek): minor bug fix
This commit is contained in:
commit
d62f98bf81
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user