mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Fix large tablet recording view layout (#12753)
This commit is contained in:

committed by
Nicolas Mowen

parent
80e8930e73
commit
a347cb5a42
@@ -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={{
|
||||
|
Reference in New Issue
Block a user