Make search input wider
This commit is contained in:
parent
6351086c4e
commit
9382839a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@
|
|||
|
||||
{!! Former::open('/handle_command')->id('search-form')->addClass('navbar-form navbar-right')->role('search') !!}
|
||||
<div class="form-group has-feedback">
|
||||
<input type="text" name="command" id="search" style="width: 240px;padding-top:0px;padding-bottom:0px;margin-right:12px;"
|
||||
<input type="text" name="command" id="search" style="width: 280px;padding-top:0px;padding-bottom:0px;margin-right:12px;"
|
||||
class="form-control" placeholder="{{ trans('texts.search') . ': ' . trans('texts.search_hotkey')}}"/>
|
||||
@if (env('SPEECH_ENABLED'))
|
||||
@include('partials/speech_recognition')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue