feat(frontend): discover tv/movies full page

Also adds ListView component for infinite scrolling pages
This commit is contained in:
sct
2020-09-17 03:10:00 +00:00
parent 31809d952c
commit be0003a85d
10 changed files with 260 additions and 77 deletions

View File

@@ -67,7 +67,7 @@ const MovieDetails: React.FC<MovieDetailsProps> = ({ movie }) => {
}
return (
<div
className="bg-cover bg-center -mx-4 -mt-2 px-8 pt-4 "
className="bg-cover bg-center -mx-4 -mt-2 px-4 sm: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})`,