map styling

This commit is contained in:
Simon Martens
2025-09-28 12:20:57 +02:00
parent e8855a6c3c
commit baa950d092
4 changed files with 19 additions and 20 deletions

View File

@@ -84,7 +84,7 @@
{{- /* Sidebar */ -}}
<div class="lg:col-span-2 sticky top-0 self-start">
{{- /* Top Section - Title, Description, Search */ -}}
{{- /* Top Box - Header and Search */ -}}
<div class="bg-slate-50 p-6 border-b border-slate-200 filter-sidebar">
<h1 class="text-2xl font-bold text-slate-800 mb-2">Orte</h1>
<p class="text-slate-600 mb-6">
@@ -107,10 +107,9 @@
</div>
</div>
{{- /* Bottom Section - Map */ -}}
<div class="bg-white p-6">
{{- /* Bottom Box - Map Only */ -}}
<div class="bg-white rounded-b">
<places-map data-places="{{ .model.PlacesJSON }}" class="w-full"></places-map>
</div>
</div>
</div>