Live camera aspect ratio fixes (#10266)

* dynamically manage aspect ratio

* full size

* always use camera aspect ratio for mobile

* no need for different handling for pano cams

* don't set aspect ratio on fullscreen
This commit is contained in:
Josh Hawkins
2024-03-05 14:19:56 -06:00
committed by GitHub
parent 7be2923d2d
commit ed99be0856
4 changed files with 44 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ export default function LiveDashboardView({
}, [visibilityListener]);
return (
<div className="size-full overflow-y-scroll px-2">
<div className="size-full overflow-y-auto px-2">
{isMobile && (
<div className="relative h-9 flex items-center justify-between">
<Logo className="absolute inset-y-0 inset-x-1/2 -translate-x-1/2 h-8" />