feat: new mobile menu (#3251)

This commit is contained in:
Ryan Cohen
2023-01-17 18:00:15 +09:00
committed by GitHub
parent 19370f856c
commit fcbca1722f
7 changed files with 252 additions and 23 deletions

View File

@@ -834,7 +834,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
linkUrl={`/movie/${data.id}/similar`}
hideWhenEmpty
/>
<div className="pb-8" />
<div className="relative h-32 sm:h-8" />
</div>
);
};