fix for top songs and latest release on artist page
This commit is contained in:
parent
49633ab255
commit
9fc4a59feb
2 changed files with 483 additions and 453 deletions
File diff suppressed because it is too large
Load diff
|
@ -56,8 +56,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="artist-body">
|
<div class="artist-body">
|
||||||
<div class="row well">
|
<div class="arow well" :class="{arowb: data.views['latest-release'].data.length == 0}">
|
||||||
<div class="col-sm-3" v-if="data.views['latest-release'].data.length != 0">
|
<div class="latestRelease" v-if="data.views['latest-release'].data.length != 0">
|
||||||
<h3>{{app.getLz('term.latestReleases')}}</h3>
|
<h3>{{app.getLz('term.latestReleases')}}</h3>
|
||||||
<div style="width: auto;margin: 0 auto;">
|
<div style="width: auto;margin: 0 auto;">
|
||||||
<mediaitem-square kind="card" v-for="song in data.views['latest-release'].data"
|
<mediaitem-square kind="card" v-for="song in data.views['latest-release'].data"
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
</mediaitem-square>
|
</mediaitem-square>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-12" v-if="data.views['top-songs']">
|
<div class="topSongs" v-if="data.views['top-songs']">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col" style="padding:0;">
|
<div class="col" style="padding:0;">
|
||||||
<h3>{{app.getLz('term.topSongs')}}</h3>
|
<h3>{{app.getLz('term.topSongs')}}</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue