diff --git a/app/components/Profile/Profile.ReleaseRatings.tsx b/app/components/Profile/Profile.ReleaseRatings.tsx index 6c6f978..75af80d 100644 --- a/app/components/Profile/Profile.ReleaseRatings.tsx +++ b/app/components/Profile/Profile.ReleaseRatings.tsx @@ -17,6 +17,7 @@ import { useCallback, useEffect, useState } from "react"; import { ENDPOINTS } from "#/api/config"; import useSWRInfinite from "swr/infinite"; import { Spinner } from "../Spinner/Spinner"; +import { Poster } from "../ReleasePoster/Poster"; const CarouselIndicatorsTheme: FlowbiteCarouselIndicatorsTheme = { active: { @@ -33,6 +34,9 @@ const CarouselControlsTheme: FlowbiteCarouselControlTheme = { }; const CarouselTheme = { + root: { + base: "relative h-full w-full max-w-[700px]", + }, indicators: CarouselIndicatorsTheme, control: CarouselControlsTheme, }; @@ -47,19 +51,15 @@ export const ProfileReleaseRatings = (props: any) => { Посмотреть все -