We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a024c9f + 0697afc commit 37ff632Copy full SHA for 37ff632
packages/app/app/components/AlbumView/styles.scss
@@ -74,10 +74,11 @@
74
.album_title {
75
display: flex;
76
flex-direction: row;
77
+ align-items: center;
78
79
.album_text {
80
font-size: 32px;
- line-height: 32px;
81
+ line-height: 1.2;
82
flex: 1;
83
@include ellipsis;
84
}
packages/core/src/plugins/meta/audius.ts
@@ -94,7 +94,7 @@ class AudiusMetaProvider extends MetaProvider {
94
onTour: hasLastFmArtist ? lastFmInfo.ontour === '1' : false,
95
coverImage,
96
thumb,
97
- images: [],
+ images: [coverImage, thumb],
98
topTracks: _.map(ArtistTracks, (track) => ({
99
name: track.title,
100
title: track.title,
0 commit comments