Fix #694: resizing issues on album cards

This commit is contained in:
Eliot Berriot 2019-02-08 16:15:51 +01:00
parent d702f8f69f
commit 53ff2027ef
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 22 additions and 13 deletions

View file

@ -44,10 +44,8 @@
<h2>
<translate>Albums by this artist</translate>
</h2>
<div class="ui stackable doubling three column grid">
<div class="column" :key="album.id" v-for="album in albums">
<album-card :mode="'rich'" class="fluid" :album="album"></album-card>
</div>
<div class="ui cards" >
<album-card :mode="'rich'" :album="album" :key="album.id" v-for="album in albums"></album-card>
</div>
</section>
<section v-if="tracks.length > 0" class="ui vertical stripe segment">