diff --git a/subsonic-ui-svelte/src/app.css b/subsonic-ui-svelte/src/app.css index 617f5e9..a7402d2 100644 --- a/subsonic-ui-svelte/src/app.css +++ b/subsonic-ui-svelte/src/app.css @@ -41,6 +41,7 @@ h1 { #app { max-width: 1280px; + width: 100%; margin: 0 auto; padding: 2rem; text-align: center; diff --git a/subsonic-ui-svelte/src/components/ArtistList.svelte b/subsonic-ui-svelte/src/components/ArtistList.svelte index 8d55931..db56bf5 100644 --- a/subsonic-ui-svelte/src/components/ArtistList.svelte +++ b/subsonic-ui-svelte/src/components/ArtistList.svelte @@ -34,12 +34,17 @@