mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
fix regression on round ItemCard
This commit is contained in:
@@ -56,7 +56,9 @@
|
||||
}
|
||||
|
||||
.image-container.is-round {
|
||||
border-radius: 50%;
|
||||
&::before {
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.favorite-badge {
|
||||
|
||||
@@ -81,7 +81,7 @@ export function BaseImage({
|
||||
{...props}
|
||||
/>
|
||||
) : !src ? (
|
||||
<ImageUnloader icon={unloaderIcon} />
|
||||
<ImageUnloader className={className} icon={unloaderIcon} />
|
||||
) : (
|
||||
<ImageLoader className={className} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user