optimize library headers (#1374)

This commit is contained in:
jeffvli
2025-12-14 02:33:19 -08:00
parent 4cc51c3700
commit b4b106222e
15 changed files with 247 additions and 155 deletions
@@ -228,8 +228,8 @@ const AlbumArtistPropertyMapping: ItemDetailRow<AlbumArtist>[] = [
label: 'common.biography',
render: (artist) =>
artist.biography ? (
<Spoiler maxHeight={50}>
<div dangerouslySetInnerHTML={{ __html: sanitize(artist.biography) }} />
<Spoiler>
<Text dangerouslySetInnerHTML={{ __html: sanitize(artist.biography) }} />
</Spoiler>
) : null,
},