This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{/* Video Grid */} | |
<main className="flex-1 h-screen overflow-hidden bg-black"> | |
{/*Mobile Layout (Vertical scroll, only 3 visible at a time) */} | |
<div className="md:hidden h-full overflow-y-auto px-2 pb-28"> | |
<div | |
className="flex flex-col gap-2" | |
style={{ height: "100%", overflowY: "auto" }} | |
> | |
{/* Local video */} | |
<div className="h-[calc(100vh/3.2)]"> |