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

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