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

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
<div class="pb-6 mx-auto bg-slate-50 w-full border-t-8 border-slate-600 "> <div class="py-3 mx-auto bg-slate-50 w-full border-t-8 border-slate-600 ">
<header class="mx-auto w-fit mt-12"> <header class="mx-auto w-fit mt-12">
<a href="/" class="no-underline"> <a href="/" class="no-underline">
<h1 class="text-2xl">Königsberger gelehrte und politische Zeitungen</h1> <h1 class="text-2xl">Königsberger gelehrte und politische Zeitungen</h1>

View File

@@ -8,7 +8,7 @@
name="q" name="q"
id="search" id="search"
placeholder="Suche" placeholder="Suche"
class="px-2.5 py-1.5 border w-full" class="px-2.5 py-1.5 border w-full bg-white"
hx-get="/suche/?noCache=true" hx-get="/suche/?noCache=true"
hx-trigger="input changed delay:200ms, keyup[key=='Enter']" hx-trigger="input changed delay:200ms, keyup[key=='Enter']"
hx-select="main" hx-select="main"

View File

@@ -55,9 +55,15 @@
</div> </div>
<div class="p-4 w-full max-w-md flex flex-col h-full"> <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"> <h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center justify-between">
<i class="ri-user-line text-slate-600"></i> <div class="flex items-center gap-2">
Auswahl nach Person <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> </h3>
<!-- Person Jump Filter --> <!-- Person Jump Filter -->
@@ -111,14 +117,21 @@
{{ end }} {{ end }}
</div> </div>
</div> </div>
</div> </div>
</person-jump-filter> </person-jump-filter>
</div> </div>
<div class="p-4 w-full max-w-md flex flex-col h-full"> <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"> <h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center justify-between">
<i class="ri-map-pin-line text-slate-600"></i> <div class="flex items-center gap-2">
Auswahl nach Ort <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> </h3>
<!-- Place Jump Filter --> <!-- Place Jump Filter -->
@@ -146,6 +159,7 @@
{{ end }} {{ end }}
</div> </div>
</div> </div>
</div> </div>
</place-jump-filter> </place-jump-filter>
</div> </div>

View File

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