update album artist page

This commit is contained in:
jeffvli
2025-11-28 22:59:40 -08:00
parent 663fdd426f
commit a18d2ee305
5 changed files with 345 additions and 222 deletions
@@ -10,7 +10,6 @@
width: 100%;
max-width: 100%;
height: auto;
min-height: 340px;
padding: 2rem 1rem;
:global(.item-image-placeholder) {
@@ -101,6 +101,7 @@ export const LibraryHeader = forwardRef(
alt="cover"
className={styles.image}
containerClassName={styles.image}
key={imageUrl}
loading="eager"
onError={onImageError}
src={imageUrl || ''}