some styling

This commit is contained in:
Simon Martens
2025-09-24 22:59:04 +02:00
parent c19ba1e3dc
commit 4916ef7e7e
5 changed files with 25 additions and 11 deletions

View File

@@ -55,9 +55,15 @@
</div>
<div class="p-4 w-full max-w-md flex flex-col h-full">
<h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center gap-2">
<i class="ri-user-line text-slate-600"></i>
Auswahl nach Person
<h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center justify-between">
<div class="flex items-center gap-2">
<i class="ri-user-line text-slate-600"></i>
Auswahl nach Person
</div>
<div class="flex items-center gap-1">
<i class="ri-arrow-right-line"></i>
<a href="/akteure/a" class="text-sm text-slate-600 hover:underline">Personen</a>
</div>
</h3>
<!-- Person Jump Filter -->
@@ -111,14 +117,21 @@
{{ end }}
</div>
</div>
</div>
</person-jump-filter>
</div>
<div class="p-4 w-full max-w-md flex flex-col h-full">
<h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center gap-2">
<i class="ri-map-pin-line text-slate-600"></i>
Auswahl nach Ort
<h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center justify-between">
<div class="flex items-center gap-2">
<i class="ri-map-pin-line text-slate-600"></i>
Auswahl nach Ort
</div>
<div class="flex items-center gap-1">
<i class="ri-arrow-right-line"></i>
<a href="/ort/" class="text-sm text-slate-600 hover:underline">Orte</a>
</div>
</h3>
<!-- Place Jump Filter -->
@@ -146,6 +159,7 @@
{{ end }}
</div>
</div>
</div>
</place-jump-filter>
</div>

View File

@@ -6,7 +6,7 @@
<div class="mb-6">
<a href="/ort/" class="inline-flex items-center text-blue-600 hover:text-blue-700 text-sm">
<i class="ri-arrow-left-line mr-2"></i>
Zur<EFBFBD>ck zur <EFBFBD>bersicht
Zurück zur Übersicht
</a>
</div>
@@ -152,4 +152,4 @@
{{ end }}
</div>
</div>
{{ end }}
{{ end }}