Clean up navbar
This commit is contained in:
parent
ded6534657
commit
bb086e0231
|
@ -47,13 +47,13 @@ export class Navbar extends Component<any, State> {
|
|||
return (
|
||||
<form class="col-12 col-sm-6 m-0 px-1" onSubmit={linkEvent(this, this.search)}>
|
||||
<div class="input-group w-100">
|
||||
<input class="form-control border-0 no-outline" type="search" placeholder="Search..." aria-label="Search..." required
|
||||
<input class="form-control border-left-0 border-top-0 border-bottom-0 no-outline" type="search" placeholder="Search..." aria-label="Search..." required
|
||||
value={this.state.searchParams.q}
|
||||
onInput={linkEvent(this, this.searchChange)}></input>
|
||||
<div class="input-group-append">
|
||||
<select value={this.state.searchParams.type_}
|
||||
onInput={linkEvent(this, this.searchTypeChange)}
|
||||
class="custom-select rounded-0">
|
||||
class="custom-select border-top-0 border-bottom-0 rounded-0">
|
||||
<option disabled>Type</option>
|
||||
<option value="torrent">Torrent</option>
|
||||
<option value="file">File</option>
|
||||
|
|
Loading…
Reference in New Issue