Responsive cards/tables thanks to unstackable

This commit is contained in:
Eliot Berriot 2018-02-15 22:32:37 +01:00
parent 28c0121c89
commit cb4fb2e4fd
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
7 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@
:track="currentTrack">
</audio-track>
<div v-if="currentTrack" class="track-area ui items">
<div v-if="currentTrack" class="track-area ui unstackable items">
<div class="ui inverted item">
<div class="ui tiny image">
<img v-if="currentTrack.album.cover" :src="Track.getCover(currentTrack)">