+baende list styling

This commit is contained in:
Simon Martens
2026-01-25 00:57:35 +01:00
parent d3dbefa73e
commit 6092c78aea
6 changed files with 127 additions and 174 deletions

View File

@@ -0,0 +1,6 @@
<div class="mb-4">
<form action="/baende/" method="get" class="flex">
<input type="text" name="search" value="{{ .search }}" placeholder="Suche..." class="w-full px-2 py-1 border border-stone-300">
<button type="submit" class="px-4 py-1 bg-stone-200 border border-stone-300 border-l-0">Suchen</button>
</form>
</div>