mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Merge pull request #3001 from scottaohara/patch-1
fix broken accessibility for search field
This commit is contained in:
commit
8a0ba77867
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
<div class="collapse navbar-collapse">
|
||||
@auth
|
||||
<div class="navbar-nav d-none d-md-block mx-auto">
|
||||
<form class="form-inline search-bar" method="get" action="/i/results">
|
||||
<input class="form-control form-control-sm rounded-pill bg-light" name="q" placeholder="{{__('navmenu.search')}}" aria-label="search" autocomplete="off" required style="line-height: 0.6;width:200px" role="search">
|
||||
<form class="form-inline search-bar" method="get" action="/i/results" role="search">
|
||||
<input class="form-control form-control-sm rounded-pill bg-light" name="q" placeholder="{{__('navmenu.search')}}" aria-label="search" autocomplete="off" required style="line-height: 0.6;width:200px">
|
||||
</form>
|
||||
</div>
|
||||
@endauth
|
||||
|
|
Loading…
Reference in a new issue