mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): fix title detail background image to be centered
This commit is contained in:
@@ -67,7 +67,7 @@ const MovieDetails: React.FC<MovieDetailsProps> = ({ movie }) => {
|
||||
}
|
||||
return (
|
||||
<div
|
||||
className="bg-cover -mx-4 -mt-2 px-8 pt-4 "
|
||||
className="bg-cover bg-center -mx-4 -mt-2 px-8 pt-4 "
|
||||
style={{
|
||||
height: 493,
|
||||
backgroundImage: `linear-gradient(180deg, rgba(45, 55, 72, 0.47) 0%, #1A202E 100%), url(//image.tmdb.org/t/p/w1920_and_h800_multi_faces/${data.backdropPath})`,
|
||||
|
Reference in New Issue
Block a user