diff --git a/src/components/AlbumView/ArtistAlbums.vue b/src/components/AlbumView/ArtistAlbums.vue index 9c1cec86..614373f3 100644 --- a/src/components/AlbumView/ArtistAlbums.vue +++ b/src/components/AlbumView/ArtistAlbums.vue @@ -1,20 +1,21 @@ diff --git a/src/components/ArtistView/Header.vue b/src/components/ArtistView/Header.vue index 6d1fc0fd..322ce756 100644 --- a/src/components/ArtistView/Header.vue +++ b/src/components/ArtistView/Header.vue @@ -20,7 +20,7 @@ {{ formatSeconds(artist.info.duration, true) }} - +
@@ -28,7 +28,7 @@
@@ -55,9 +56,11 @@ const artist = useArtistPageStore(); .artist-img { height: 18rem; + img { height: 100%; width: 100%; + aspect-ratio: 1; object-fit: cover; object-position: 0% 20%; } diff --git a/src/components/ArtistView/TopTracks.vue b/src/components/ArtistView/TopTracks.vue index b0cefacd..530593cb 100644 --- a/src/components/ArtistView/TopTracks.vue +++ b/src/components/ArtistView/TopTracks.vue @@ -23,8 +23,8 @@ const artist = useArtistPageStore();