forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-01 12:31:42 -06:00
parent 0667ef0892
commit ab00ff3ccf
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@
</div>
<div class="offcanvas-body">
<!-- Search box -->
<form action="/search/posts/" method="get" class="mb-4">
<input placeholder="Search" class="relative form-input py-1.5 pr-7" aria-label="Search" name="q" value="{{request.args.get('q', '')}}">
<form action="/search/posts/" method="get" class="relative mb-4">
<input placeholder="Search" class="form-input py-1.5 pr-7" aria-label="Search" name="q" value="{{request.args.get('q', '')}}">
<i class="fas fa-search text-gray-600 absolute top-3 right-2"></i>
</form>
<!-- Submit post link -->