Skip to content

Commit 37ff632

Browse files
committed
Merge branch 'master' of https://github.com/nukeop/nuclear into feature/downloadFavourite
2 parents a024c9f + 0697afc commit 37ff632

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: packages/app/app/components/AlbumView/styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@
7474
.album_title {
7575
display: flex;
7676
flex-direction: row;
77+
align-items: center;
7778

7879
.album_text {
7980
font-size: 32px;
80-
line-height: 32px;
81+
line-height: 1.2;
8182
flex: 1;
8283
@include ellipsis;
8384
}

Diff for: packages/core/src/plugins/meta/audius.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class AudiusMetaProvider extends MetaProvider {
9494
onTour: hasLastFmArtist ? lastFmInfo.ontour === '1' : false,
9595
coverImage,
9696
thumb,
97-
images: [],
97+
images: [coverImage, thumb],
9898
topTracks: _.map(ArtistTracks, (track) => ({
9999
name: track.title,
100100
title: track.title,

0 commit comments

Comments
 (0)