adjust video max height

This commit is contained in:
MarconLP 2023-07-14 01:20:17 +02:00
parent 1621bb17ae
commit 8e890411ac
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -125,7 +125,7 @@ const VideoList: NextPage = () => {
</div>
</div>
<div className="flex h-full w-full grow flex-col items-center justify-start overflow-auto bg-[#fbfbfb]">
<div className="flex aspect-video max-h-[627px] w-full justify-center bg-black 2xl:max-h-[1160px]">
<div className="flex aspect-video max-h-[calc(100vh_-_169px)] w-full justify-center bg-black 2xl:max-h-[1160px]">
{video?.video_url && (
<ReactPlayer
width="100%"