From b9934799ec526bb59683fc296f4b99112536fce0 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 20 Jan 2023 20:55:17 -0500 Subject: [PATCH] Increase size of artist image --- ui/src/artist/DesktopArtistDetails.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/src/artist/DesktopArtistDetails.js b/ui/src/artist/DesktopArtistDetails.js index 8684eeb5c..4a913e3bd 100644 --- a/ui/src/artist/DesktopArtistDetails.js +++ b/ui/src/artist/DesktopArtistDetails.js @@ -35,12 +35,13 @@ const useStyles = makeStyles( flex: '1 0 auto', }, cover: { - width: 151, + width: '12rem', + height: '12rem', borderRadius: '6em', cursor: 'pointer', }, artistImage: { - maxHeight: '9.5rem', + maxHeight: '12rem', backgroundColor: 'inherit', display: 'flex', boxShadow: 'none',