Fix large tablet recording view layout (#12753)

This commit is contained in:
Josh Hawkins 2024-08-04 08:05:26 -05:00 committed by Nicolas Mowen
parent 90221e8c94
commit da0f63f095

View File

@ -507,7 +507,7 @@ export function RecordingView({
"pt-2 portrait:w-full",
mainCameraAspect == "wide"
? "aspect-wide landscape:w-full"
: "aspect-video landscape:h-[94%]",
: "aspect-video landscape:h-[94%] landscape:xl:h-[65%]",
),
)}
style={{