mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 16:49:16 +02:00
Responsive cards/tables thanks to unstackable
This commit is contained in:
parent
28c0121c89
commit
cb4fb2e4fd
7 changed files with 7 additions and 7 deletions
|
@ -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)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue