mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01: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",
|
"pt-2 portrait:w-full",
|
||||||
mainCameraAspect == "wide"
|
mainCameraAspect == "wide"
|
||||||
? "aspect-wide landscape:w-full"
|
? "aspect-wide landscape:w-full"
|
||||||
: "aspect-video landscape:h-[94%]",
|
: "aspect-video landscape:h-[94%] landscape:xl:h-[65%]",
|
||||||
),
|
),
|
||||||
)}
|
)}
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
Reference in New Issue
Block a user