mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
update album artist page
This commit is contained in:
@@ -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 || ''}
|
||||
|
||||
Reference in New Issue
Block a user