mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 11:03:06 +02:00
add 2 line clamp to genre image placeholder
This commit is contained in:
@@ -1292,15 +1292,8 @@ const GenreImagePlaceholder = ({ className, name }: { className?: string; name:
|
||||
<div
|
||||
className={className}
|
||||
style={{
|
||||
alignItems: 'center',
|
||||
backgroundColor: color,
|
||||
color: isLight ? '#000' : '#fff',
|
||||
display: 'flex',
|
||||
height: '100%',
|
||||
justifyContent: 'center',
|
||||
padding: 'var(--theme-spacing-sm)',
|
||||
textAlign: 'center',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<span className={styles.genrePlaceholderText}>{name}</span>
|
||||
|
||||
Reference in New Issue
Block a user