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