mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
+baende list styling
This commit is contained in:
6
views/routes/baende/components/search.gohtml
Normal file
6
views/routes/baende/components/search.gohtml
Normal 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>
|
||||
Reference in New Issue
Block a user