502.html: remove search bar from 502 template on rdrama and WPD (#127)

Kindly,

Suggesting to remove search bar from the top bar on this page because it just looks inconsistent/abandonware

The search thing does not even render on this page if on mobile or if we don't have a large enough monitor/res

Thanks,
granny

Reviewed-on: #127
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
pull/128/head
mummified-corroding-granny 2023-02-19 08:44:49 +00:00 committed by Aevann
parent 12d1c81f4b
commit c5d1a11aca
2 changed files with 0 additions and 22 deletions

View File

@ -73,17 +73,6 @@
<img loading="lazy" class="ml-1" id="logo" alt="logo" src="/i/WPD/logo.webp?v=3009" width="70">
</a>
</div>
<div class="flex-grow-1 d-fl d-mob-none py-2">
<form class="form-inline search flex-nowrap mx-0 mx-lg-auto mb-0" action="/search/posts/" method="get">
<input autocomplete="off" class="form-control w-100" type="search" placeholder="Search" name="q" >
<span class="input-group-append">
<span class="input-group-text border-0 bg-transparent">
<i class="fa fa-search"></i>
</span>
</span>
</form>
</div>
</div>
</div>
</nav>

View File

@ -73,17 +73,6 @@
<img loading="lazy" class="ml-1" id="logo" alt="logo" src="/i/rDrama/logo.webp?v=3009" width="70">
</a>
</div>
<div class="flex-grow-1 d-fl d-mob-none py-2">
<form class="form-inline search flex-nowrap mx-0 mx-lg-auto mb-0" action="/search/posts/" method="get">
<input autocomplete="off" class="form-control w-100" type="search" placeholder="Search" name="q">
<span class="input-group-append">
<span class="input-group-text border-0 bg-transparent">
<i class="fa fa-search"></i>
</span>
</span>
</form>
</div>
</div>
</div>
</nav>