Skip to content

Commit

Permalink
update: rmeove playlist track not shown in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens committed Nov 3, 2017
1 parent 7f25f3c commit bd0809b
Showing 1 changed file with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,7 @@
// display: block;
z-index: $track-button;
font-size: $remove-font-size;
transform: translatex(5rem);
}

&:hover {
.remove-track {
transform: translatex(-1rem);
}
transform: translatex(-1rem);
}
// .now-playlist-track__trigger {
// a {
Expand Down Expand Up @@ -133,6 +127,15 @@

@media (min-width: 768px) {
:host {
.remove-track {
transform: translatex(5rem);
}
&:hover {
.remove-track {
transform: translatex(-1rem);
}
}

.track-tracks {

.btn {
Expand Down

0 comments on commit bd0809b

Please sign in to comment.