SearchInput: bring back "X" at small breakpoints
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 558px) {
|
@media screen and (max-width: 558px) {
|
||||||
.search-bar svg {
|
#search-icon {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,8 +57,4 @@
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wait-icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ const SearchInput: React.FC<SearchInputProps> = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="search-bar">
|
<div className="search-bar">
|
||||||
<MagnifyingGlass size={24} />
|
<MagnifyingGlass id="search-icon" size={24} />
|
||||||
<input
|
<input
|
||||||
id="search-input"
|
id="search-input"
|
||||||
title="Search for icon names, categories, or keywords"
|
title="Search for icon names, categories, or keywords"
|
||||||
|
|||||||
Reference in New Issue
Block a user