Make some simple improvments
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
hx-trigger="keyup changed delay:300ms"
|
||||
onsubmit="return false;"
|
||||
class="mb-4">
|
||||
<input type="text" name="query" class="form-control" placeholder="Suchen nach Rezepten oder Zutaten..." autocomplete="off" />
|
||||
<input type="text" name="term" class="form-control" placeholder="Suchen nach Rezepten oder Zutaten..." autocomplete="off" />
|
||||
</form>
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
var mimeType = mediaFile?.MimeType;
|
||||
|
||||
<div class="col-md-3 mb-4">
|
||||
<a href="/Recipe/Details/@recipe.Id" class="text-decoration-none">
|
||||
<div class="card h-100">
|
||||
<div class="recipe-image">
|
||||
@if (imageData != null && mimeType != null)
|
||||
@@ -64,7 +63,6 @@
|
||||
class="btn btn-primary mt-auto">Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
}
|
||||
|
||||
@@ -79,5 +77,3 @@
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user