mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
style(media): reduce border radius on hover
This commit is contained in:
parent
177860aed4
commit
da097b97d1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function MediaCardContent({
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="relative mb-4 aspect-[2/3] w-full overflow-hidden rounded-xl bg-denim-500 bg-cover"
|
className="relative mb-4 aspect-[2/3] w-full overflow-hidden rounded-xl bg-denim-500 bg-cover transition-[border-radius] duration-100 group-hover:rounded-lg"
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: media.poster ? `url(${media.poster})` : undefined,
|
backgroundImage: media.poster ? `url(${media.poster})` : undefined,
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue