mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Zoom on hover
This commit is contained in:
parent
9da14ace48
commit
7d1ec04efb
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ class Header extends React.Component {
|
|||
<span style={{ flexGrow: 1 }} />
|
||||
<input
|
||||
type="text"
|
||||
className="zoom-on-hover"
|
||||
onChange={e => this.props.setSearchQuery(e.target.value)}
|
||||
value={this.props.searchQuery || ""}
|
||||
placeholder={"Search..."}
|
||||
|
|
@ -62,6 +63,7 @@ class Header extends React.Component {
|
|||
}}
|
||||
/>
|
||||
<button
|
||||
className="zoom-on-hover"
|
||||
onClick={() => {
|
||||
this.props.requestRandomSkin();
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue