mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
Move search input to the right
This commit is contained in:
parent
a493a9d0db
commit
c125aacf06
1 changed files with 1 additions and 1 deletions
|
|
@ -143,13 +143,13 @@ class App extends React.Component {
|
|||
<span className="name">Winamp Skin Museum</span>
|
||||
</a>
|
||||
</h1>
|
||||
<span style={{ flexGrow: 1 }} />
|
||||
<input
|
||||
type="text"
|
||||
onChange={e => this.props.setSearchQuery(e.target.value)}
|
||||
value={this.props.searchQuery || ""}
|
||||
placeholder={"Search..."}
|
||||
/>
|
||||
<span style={{ flexGrow: 1 }} />
|
||||
<button
|
||||
onClick={() => {
|
||||
this.props.requestRandomSkin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue