search block
All checks were successful
Deploy / deploy (push) Successful in 44s

This commit is contained in:
2026-07-17 00:56:26 +02:00
parent a2a8d9c7ba
commit 48ab4ab922
2 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ try {
<div class="section__intro">
<h2>Starte direkt mit der Suche nach passenden Treffen.</h2>
</div>
<form id="quickSearchForm" class="grid grid-3" style="gap: 12px; align-items:flex-end;" action="/search" method="get">
<form id="quickSearchForm" class="grid grid-3 quicksearch-form" style="gap: 12px; align-items:flex-end;" action="/search" method="get">
<div class="stack gap-6">
<label class="label" for="qsQuery">Suchbegriff</label>
<input id="qsQuery" name="q" class="input" placeholder="Titel, Thema, Beschreibung">
@@ -89,8 +89,8 @@ try {
<?php endforeach; ?>
</select>
</div>
<div>
<button class="btn block" type="submit" style="width:100%;">Suchen</button>
<div class="quicksearch-form__actions">
<button class="btn" type="submit">Suchen</button>
</div>
</form>
<p class="muted small" style="margin-top:8px;">Du kannst deinen Standort verwenden oder einen Ort eingeben und den Umkreis selbst festlegen.</p>