implement artist tracks page

This commit is contained in:
geoffrey45
2022-12-24 16:20:40 +03:00
committed by Mungai Njoroge
parent 58d4317ab8
commit 7f0fe88c43
10 changed files with 143 additions and 22 deletions
+4 -4
View File
@@ -3,9 +3,9 @@
class="artist-header-ambient rounded"
style="height: 100%; width: 100%"
:style="{
boxShadow: artist.info.colors
boxShadow: artist.info.colors.length
? `0 .5rem 2rem ${artist.info.colors[0]}`
: '',
: undefined,
}"
></div>
<div class="artist-page-header rounded no-scroll">
@@ -88,8 +88,8 @@ const artist = useArtistPageStore();
background-image: linear-gradient(
to left,
transparent 10%,
$gray2 50%,
$gray2 100%
$gray 50%,
$gray 100%
);
height: 100%;
width: 100%;