forked from rDrama/rDrama
1
0
Fork 0

make searching not a pain in the ass on mobile

did not test at all lmao
master
gooseman 2022-08-06 19:00:40 -07:00
parent 2509861d27
commit a352d92c10
1 changed files with 11 additions and 3 deletions

View File

@ -9,6 +9,14 @@
{% block PseudoSubmitForm %}{% endblock %}
{% block navbar %}
<form class="form-inline search flex-nowrap mx-0 mx-lg-auto" action="/search/posts" method="get">
<input autocomplete="off" class="form-control w-100" type="search" placeholder="Search" aria-label="Search" name="q" value="asd">
<span class="input-group-append">
<span class="input-group-text border-0 bg-transparent" style="margin-left: -2.5rem;">
<i class="fa fa-search" aria-hidden="true"></i>
</span>
</span>
</form>
{% if not '/users' in request.path %}
<div class="mt-5 d-flex align-items-center">
<div class="dropdown dropdown-actions">