feat: update modal and sighting components for improved layout and timestamp display

This commit is contained in:
2025-12-23 12:41:25 +00:00
parent 3b7487da09
commit 9394793669
5 changed files with 40 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ const SightingStack = ({ sightings }: SightingStackProps) => {
return (
<>
<Card className="p-4 w-full h-full ">
<Card className="p-4 w-full h-full">
<CardHeader title="Live Sightings" />
<div className="md:h-[65%]">
{sightings.map((sighting) => (