Double mobile map height in list mode (35vh → 70vh)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
joungmin
2026-03-09 16:18:01 +09:00
parent d39b3b8fea
commit 161b1383be

View File

@@ -827,7 +827,7 @@ export default function Home() {
<span className="text-[10px]"> </span>
</div>
</div>
<div className="h-[35vh] shrink-0 relative border-t dark:border-gray-800">
<div className="h-[70vh] shrink-0 relative border-t dark:border-gray-800">
<MapView
restaurants={filteredRestaurants}
selected={selected}