diff --git a/src/App.vue b/src/App.vue index 75fa8211..df985f91 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,7 @@ +
Single Album
-
+
{{ album.title }}
@@ -141,6 +141,7 @@ useVisibility(albumheaderthing, handleVisibilityState); .title { font-size: 2.5rem; font-weight: 600; + width: fit-content; } .artist { diff --git a/src/components/FolderView/SongList.vue b/src/components/FolderView/SongList.vue index 25ddfa43..e4c6fd14 100644 --- a/src/components/FolderView/SongList.vue +++ b/src/components/FolderView/SongList.vue @@ -1,6 +1,6 @@