- improved UI for sessions page

This commit is contained in:
2025-10-15 15:15:04 +01:00
parent c6ddd04303
commit 7cfebab6c1
9 changed files with 87 additions and 112 deletions

View File

@@ -14,11 +14,7 @@ const FrontCameraOverviewCard = () => {
});
return (
<Card
className={clsx(
"relative min-h-[40vh] md:min-h-[60vh] max-h-[80vh] lg:w-[70%] overflow-y-hidden"
)}
>
<Card className={clsx("relative min-h-[40vh] md:min-h-[60vh] max-h-[80vh] lg:w-[70%] overflow-y-hidden")}>
<div className="w-full" {...handlers}>
<SightingOverview />
</div>