style: change profile widgets positions

This commit is contained in:
Kentai Radiquum 2024-08-25 17:25:33 +05:00
parent 4276cc1314
commit 7a0b71020f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 21 additions and 25 deletions

View file

@ -24,14 +24,14 @@ const CarouselTheme = {
export const ProfileReleaseRatings = (props: any) => {
return (
<Card>
<Card className="h-fit">
<h1 className="text-2xl font-bold">Оценки</h1>
<div className="max-w-[700px] min-h-[200px]">
<Carousel theme={CarouselTheme}>
{props.ratings.map((release) => {
return (
<div
className="flex gap-4 mx-16"
className="flex gap-4 mx-20"
key={`vote-${release.id}`}
>
<Image