Add tracklist to audio player

This commit is contained in:
2024-03-15 13:59:34 +01:00
parent 13c5889a56
commit 7024648712
4 changed files with 98 additions and 63 deletions

View File

@@ -83,7 +83,7 @@ export let large_icons = false
.node {
display: table-row;
text-decoration: none;
color: var(--text-color);
color: var(--body_text-color);
padding: 6px;
}
.node:not(:last-child) {