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 80e8930e73
commit a347cb5a42

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={{