mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-22 08:57:20 -06:00
Fix large tablet recording view layout (#12753)
This commit is contained in:
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={{
|
||||
|
Loading…
Reference in New Issue
Block a user