Skip to content

Commit

Permalink
hide track album on mobile due to space issues
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Jul 20, 2015
1 parent 1f5993c commit 57bfd17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/less/default/modules/track.less
Expand Up @@ -20,6 +20,10 @@
padding-right: 20px;
}

.footer & {
margin-bottom: 0;
}

.footer .selected {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion app/partials/track.html
Expand Up @@ -19,7 +19,7 @@
<p class="text-muted track-info" title="{{ track.allArtists }}">
<a class="text-muted" ng-repeat-start="artist in track.artists" ng-href="artists/{{ artist.uri }}">{{ artist.name }}</a><span ng-repeat-end ng-if="!$last">, </span>
</p>
<p class="text-muted track-info" title="{{ track.album.name }}">
<p class="text-muted track-info hidden-xs" title="{{ track.album.name }}">
<a class="text-muted" ng-href="albums/{{ track.album.uri }}">{{ track.album.name }}</a>
</p>
</div>
Expand Down

0 comments on commit 57bfd17

Please sign in to comment.