Style fix for dashboard

This commit is contained in:
An Phan 2016-03-17 17:33:20 +08:00
parent ae65809ec5
commit 86ea370cf4

View file

@ -64,7 +64,7 @@
<div class="wrapper">
<artist-item v-for="artist in topArtists" :artist="artist"></artist-item>
<span class="item"></span>
<span class="item" v-for="n in 5"></span>
</div>
</section>
@ -73,7 +73,7 @@
<div class="wrapper">
<album-item v-for="album in topAlbums" :album="album"></album-item>
<span class="item"></span>
<span class="item" v-for="n in 5"></span>
</div>
</section>
</div>