add all albums view

This commit is contained in:
geoffrey45
2021-12-11 13:46:05 +03:00
parent a7474d65e9
commit c7374e8eb5
8 changed files with 293 additions and 26 deletions
-2
View File
@@ -21,7 +21,5 @@ export default {
.a-container {
height: 100%;
border-radius: $small;
// background-color: $card-dark;
// padding: $small;
}
</style>
+1 -3
View File
@@ -14,7 +14,7 @@
<script>
import Header from "@/components/PlaylistView/Header.vue";
import SongList from "@/components/FolderView/SongList.vue";
import SongList from "@/components/PlaylistView/SongList.vue";
import FeaturedArtists from "@/components/PlaylistView/FeaturedArtists.vue";
export default {
@@ -46,8 +46,6 @@ export default {
.p-bg .scrollable {
height: 100%;
border-radius: $small;
overflow-y: auto;
padding-right: $small;
}
.p-bg .f-artists {