adjusted artist page to look like eleven artist CSS
This commit is contained in:
parent
22194be526
commit
b05b826f4f
2 changed files with 33 additions and 21 deletions
|
@ -1356,6 +1356,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
.artist-page .well {
|
||||
background: rgba(200, 200, 200, 0.05);
|
||||
border-radius: 10px;
|
||||
padding: 16px;
|
||||
box-shadow: rgb(0 0 0 / 8%) 0px 0px 0px 1px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.artist-page .showmoreless {
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="artist-body">
|
||||
<div class="row well">
|
||||
<div class="col">
|
||||
<div class="row">
|
||||
<div class="col-auto" v-if="artistPage.data.views['latest-release']">
|
||||
<h3>Latest Release</h3>
|
||||
|
@ -41,7 +43,9 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row well">
|
||||
<div class="col">
|
||||
<template v-for="(view) in artistPage.data.meta.views.order"
|
||||
v-if="(artistPage.data.views[view].data.length != 0) && (view != 'latest-release') && (view != 'top-songs')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue