adjust video max height
This commit is contained in:
parent
1621bb17ae
commit
8e890411ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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%"
|
||||
|
|
|
|||
Loading…
Reference in a new issue