From a3534ba1617821cfa5b16ebbd0656ad8cb22a227 Mon Sep 17 00:00:00 2001 From: Azanul Date: Tue, 1 Oct 2024 13:03:25 +0530 Subject: [PATCH] fix: align rating box Signed-off-by: Azanul --- frontend/app/movie/page.tsx | 60 +++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/frontend/app/movie/page.tsx b/frontend/app/movie/page.tsx index b068bbb..084a5cd 100644 --- a/frontend/app/movie/page.tsx +++ b/frontend/app/movie/page.tsx @@ -105,35 +105,37 @@ export default function MovieDetail() { Rating - - handleRatingChange(newValue)} - sx={{ - '& .MuiRating-iconFilled': { - color: 'skyblue', - }, - '& .MuiRating-iconHover': { - color: 'deepskyblue', - }, - }} - /> - + + + handleRatingChange(newValue)} + sx={{ + mx: 2, + '& .MuiRating-iconFilled': { + color: 'skyblue', + }, + '& .MuiRating-iconHover': { + color: 'deepskyblue', + }, + }} + /> + + Plot: {movie.plot}