mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
fix: poster aspect ration in release carousel
Some checks are pending
V3 Preview Deployment / Deploy-Preview (push) Waiting to run
Some checks are pending
V3 Preview Deployment / Deploy-Preview (push) Waiting to run
This commit is contained in:
parent
ac2425ba55
commit
07c93338cb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export const ReleaseCourusel = (props: {
|
||||||
return (
|
return (
|
||||||
<SwiperSlide
|
<SwiperSlide
|
||||||
key={release.id}
|
key={release.id}
|
||||||
className="max-w-64 md:max-w-96"
|
className="h-full max-w-64 md:max-w-96 aspect-[384/538]"
|
||||||
>
|
>
|
||||||
<ReleaseLink {...release} />
|
<ReleaseLink {...release} />
|
||||||
</SwiperSlide>
|
</SwiperSlide>
|
||||||
|
|
Loading…
Add table
Reference in a new issue