orchard/src/renderer/views/pages/madeforyou.ejs
booploops f8491848fd merged mediaitem-square and mediaitem-square-large into the same element
added observed visibility to mediaitem-square.
fixed artist page animated artwork not changing when navigation to another artist with animated artwork
2021-12-20 23:48:32 -08:00

11 lines
No EOL
395 B
Text

<div class="content-inner">
<div class="row">
<div class="col" style="padding:0px">
<h1 class="header-text">Made For You</h1>
</div>
</div>
<div class="madeforyou-body">
<mediaitem-square :item="item" v-for="item in madeforyou.data">
</mediaitem-square>
</div>
</div>