map fixes

This commit is contained in:
Logan
2026-06-20 23:19:41 -04:00
parent 4e0e0fc79f
commit a4962d7b0e
+2 -2
View File
@@ -61,11 +61,11 @@ export default function MapPage() {
</div>
{loading ? (
<div className="flex items-center justify-center h-96 text-gray-600 font-mono text-sm">
<div className="flex items-center justify-center h-[calc(100vh-10rem)] border border-gray-800 rounded-lg text-gray-600 font-mono text-sm">
Loading map
</div>
) : (
<div className="h-[50vh] sm:h-[65vh] min-h-[400px]">
<div className="w-full h-[calc(100vh-10rem)] border border-gray-800 rounded-lg overflow-hidden">
<MapView
nodes={nodes}
activeCalls={activeCalls}