mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 01:25:30 +00:00
map styling
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user