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
+2 -1
View File
@@ -146,8 +146,9 @@ onBeforeRouteLeave(() => {
.album-virtual-scroller {
height: 100%;
overflow: visible;
.songlist-item {
grid-template-columns: 1.5rem 1.5fr 1fr 2.5rem 2.5rem;
grid-template-columns: 1.75rem 1.5fr 1fr 2.5rem 2.5rem;
}
}
</style>