mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 12:39:58 +02:00
Minor responsive tweak
This commit is contained in:
parent
86fb49a71c
commit
c14aebccbd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="ui vertical stripe segment">
|
||||
<h2>Albums by this artist</h2>
|
||||
<div class="ui stackable three column grid">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue