mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-27 10:26:35 +03:00
Adjust search icon
This commit is contained in:
parent
96e4d196f5
commit
322af644c7
|
@ -22,7 +22,7 @@ const Search = ({ id, placeholder, settings }) => {
|
||||||
return (
|
return (
|
||||||
<form className={classes.root}>
|
<form className={classes.root}>
|
||||||
<label htmlFor={id} className={classes.icon}>
|
<label htmlFor={id} className={classes.icon}>
|
||||||
<Icon name="search" width={24} />
|
<Icon name="search" width={20} />
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
id={id}
|
id={id}
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
padding-left: 0.5rem
|
padding-left: 0.5rem
|
||||||
position: relative
|
position: relative
|
||||||
top: 0.25rem
|
top: 0.25rem
|
||||||
|
left: 0.15rem
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
/* Algolia DocSearch */
|
/* Algolia DocSearch */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user