| Track | +Artist | +Album | +Duration | +
|---|---|---|---|
|
+
+
+ {{ song.title }}
+
+ |
+ + {{ + artist + }} + | +{{ song.album }} | ++ {{ song.duration }} + | +
| Track | Artist | diff --git a/src/components/PlaylistView/FeaturedArtists.vue b/src/components/PlaylistView/FeaturedArtists.vue index 0e4298d4..76fbb763 100644 --- a/src/components/PlaylistView/FeaturedArtists.vue +++ b/src/components/PlaylistView/FeaturedArtists.vue @@ -86,7 +86,7 @@ export default { .f-artists { position: relative; height: 12em; - width: calc(100% - 1em); + width: calc(100%); background-color: #1f1e1d; padding: $small; border-radius: $small; diff --git a/src/views/AlbumView.vue b/src/views/AlbumView.vue index d8633eb8..2b915960 100644 --- a/src/views/AlbumView.vue +++ b/src/views/AlbumView.vue @@ -1,17 +1,48 @@ -
|---|