Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed Dec 25, 2018
1 parent 3027e1e commit 22436b9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Themes/SpicetifyDefault/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,23 +214,21 @@ Collage of 3 album covers is usually seen in Browse and Chart.
}

.card-puff__title-container {
background-color: rgba(0,0,0,0) !important;
align-items: start !important;
background-color: transparent !important;
}

.card-puff.pressed .card-puff__image-wrapper,
.card-puff.pressed .card-puff__info-container {
opacity: 0.7 !important;
opacity: 0.7 !important;
}

.card-puff__title {
padding: 5px 10px 5px 10px !important;
background-color: rgba(var(--modspotify_rgb_cover_overlay_and_shadow),0.8) !important;
border-radius: 10px 10px 0 0 !important;
text-align: left !important;
width: 100% !important;
margin: 0 20px !important;
background-color: var(--modspotify_main_bg) !important;
border-radius: 4px;
border: 2px solid var(--modspotify_main_fg);
}

/*
We use round corner on cover so they look weird in original
form, so I move last cover to the right 20px and first one to the left 20px
Expand Down Expand Up @@ -658,6 +656,7 @@ body.remotebar .view-player .player-bar-wrapper {
}

.SidebarListItem--is-active:after,
.RootlistItem--is-active:after,
/* For Linux */ #view-navigation-bar .item.active:after {
background-color: transparent;
background-image: linear-gradient(90deg, var(--modspotify_sidebar_indicator_and_hover_button_bg) , transparent);
Expand Down

0 comments on commit 22436b9

Please sign in to comment.