mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 04:29:55 +02:00
Fix #694: resizing issues on album cards
This commit is contained in:
parent
d702f8f69f
commit
53ff2027ef
3 changed files with 22 additions and 13 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue